summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/png/png.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/png/png.make')
-rw-r--r--apps/plugins/imageviewer/png/png.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/png/png.make b/apps/plugins/imageviewer/png/png.make
index b2000faecf..0a7106d2a9 100644
--- a/apps/plugins/imageviewer/png/png.make
+++ b/apps/plugins/imageviewer/png/png.make
@@ -19,7 +19,7 @@ PNG_OBJ := $(call c2obj, $(PNG_SRC))
19OTHER_SRC += $(PNG_SRC) 19OTHER_SRC += $(PNG_SRC)
20 20
21# Use -O3 for png plugin : it gives a bigger file but very good performances 21# Use -O3 for png plugin : it gives a bigger file but very good performances
22PNGFLAGS = $(PLUGINFLAGS) -O3 -DNO_GZCOMPRESS -DNO_GZIP 22PNGFLAGS = $(PLUGINFLAGS) -Os
23 23
24$(PNGBUILDDIR)/png.rock: $(PNG_OBJ) 24$(PNGBUILDDIR)/png.rock: $(PNG_OBJ)
25 25