summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer')
-rw-r--r--apps/plugins/imageviewer/gif/gif.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/gif/gif.make b/apps/plugins/imageviewer/gif/gif.make
index 8260524..57871f8 100644
--- a/apps/plugins/imageviewer/gif/gif.make
+++ b/apps/plugins/imageviewer/gif/gif.make
@@ -22,7 +22,7 @@ $(GIFBUILDDIR)/gif.link: $(PLUGIN_LDS) $(GIFBUILDDIR)/gif.refmap
$(GIFBUILDDIR)/gif.ovl: $(GIF_OBJ)
#-Os breaks decoder - dunno why
-GIFFLAGS = $(IMGDECFLAGS) -O0
+GIFFLAGS = $(IMGDECFLAGS) -O2
# Compile PNG plugin with extra flags (adapted from ZXBox)
$(GIFBUILDDIR)/%.o: $(GIFSRCDIR)/%.c $(GIFSRCDIR)/gif.make