diff options
Diffstat (limited to 'apps/plugins/imageviewer/png/png.make')
-rw-r--r-- | apps/plugins/imageviewer/png/png.make | 2 |
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)) OTHER_SRC += $(PNG_SRC) # Use -O3 for png plugin : it gives a bigger file but very good performances -PNGFLAGS = $(PLUGINFLAGS) -O3 -DNO_GZCOMPRESS -DNO_GZIP +PNGFLAGS = $(PLUGINFLAGS) -Os $(PNGBUILDDIR)/png.rock: $(PNG_OBJ) |