summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/puzzles/puzzles.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/puzzles.make b/apps/plugins/puzzles/puzzles.make
index 520fd46693..ad2a8a068b 100644
--- a/apps/plugins/puzzles/puzzles.make
+++ b/apps/plugins/puzzles/puzzles.make
@@ -42,7 +42,7 @@ PUZZLES_ROCKS := $(addprefix $(PUZZLES_OBJDIR)/sgt-, $(notdir $(PUZZLES_GAMES_SR
ROCKS += $(PUZZLES_ROCKS)
endif
-PUZZLESOPTIMIZE := -O3
+PUZZLESOPTIMIZE := -O2
ifeq ($(MODELNAME), sansac200v2)
PUZZLESOPTIMIZE := -Os
endif