summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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
42ROCKS += $(PUZZLES_ROCKS) 42ROCKS += $(PUZZLES_ROCKS)
43endif 43endif
44 44
45PUZZLESOPTIMIZE := -O3 45PUZZLESOPTIMIZE := -O2
46ifeq ($(MODELNAME), sansac200v2) 46ifeq ($(MODELNAME), sansac200v2)
47PUZZLESOPTIMIZE := -Os 47PUZZLESOPTIMIZE := -Os
48endif 48endif