Commit caa09a24f257260a8e371b7e85489149b3d7f6c0
Exists in
master
and in
3 other branches
Merge branch 'master' into develop
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
branding/Makefile.in
@@ -52,7 +52,7 @@ $(BINDIR)/%.png: \ | @@ -52,7 +52,7 @@ $(BINDIR)/%.png: \ | ||
52 | 52 | ||
53 | @echo $@ ... | 53 | @echo $@ ... |
54 | @$(MKDIR) `dirname $@` | 54 | @$(MKDIR) `dirname $@` |
55 | - @$(CONVERT) -background transparent $< $@ | 55 | + @$(CONVERT) -strip -background transparent $< $@ |
56 | @$(OPTIPNG) -o7 $@ | 56 | @$(OPTIPNG) -o7 $@ |
57 | 57 | ||
58 | $(BINDIR)/%.png: \ | 58 | $(BINDIR)/%.png: \ |