Skip to content

Commit

Permalink
Using convert --strip
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Jun 5, 2020
1 parent f8f7163 commit 8ea9182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion branding/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $(BINDIR)/%.png: \

@echo $@ ...
@$(MKDIR) `dirname $@`
@$(CONVERT) -background transparent $< $@
@$(CONVERT) -strip -background transparent $< $@
@$(OPTIPNG) -o7 $@

$(BINDIR)/%.png: \
Expand Down

0 comments on commit 8ea9182

Please sign in to comment.