From 8e4429853d1ac024ac2b8069636cc210cf5bab1b Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 13 Jan 2017 19:11:33 -0500 Subject: puzzles: antialiased line drawing and optional "shortcuts" for undo/redo - line drawing should eventually be moved to xlcd, but for now it's very nonportable code - fixes a minor issue with the configuration screens Change-Id: I897f01b7210cbbec32665c2bc67920c965ea0bec --- apps/plugins/puzzles/puzzles.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/puzzles/puzzles.make') diff --git a/apps/plugins/puzzles/puzzles.make b/apps/plugins/puzzles/puzzles.make index 4052423fb9..f49b663197 100644 --- a/apps/plugins/puzzles/puzzles.make +++ b/apps/plugins/puzzles/puzzles.make @@ -43,8 +43,8 @@ ROCKS += $(PUZZLES_ROCKS) endif # Hack to suppress all warnings: -PUZZLESFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -Os \ - -Wno-unused-parameter -Wno-sign-compare -Wno-strict-aliasing -w \ +PUZZLESFLAGS = $(filter-out -O%,$(PLUGINFLAGS)) -O3 \ + -Wno-unused-parameter -Wno-sign-compare -Wno-strict-aliasing -w \ -DFOR_REAL -I$(PUZZLES_SRCDIR) ifdef PUZZLES_COMBINED PUZZLESFLAGS += -DCOMBINED -- cgit v1.2.3