diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -158,10 +158,6 @@ endif # use '-Os' optimization if available, else use -O2, allow Config to override OPTIMIZATION+=$(call check_gcc,-Os,-O2) -# Override optimization settings when debugging -ifeq ($(DODEBUG),y) -OPTIMIZATION=-O0 -endif # Add a bunch of extra pedantic annoyingly strict checks |