From d221ca6e5b9953b678f9ee6d6d8d352cf3c01f56 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 9 Jan 2017 13:21:27 -0500 Subject: puzzles: antialiased line drawing via Wu's algorithm and optional "shortcuts" for undo/redo - line drawing should eventually be moved to xlcd, but for now it's very unportable code - also 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