OSDN Git Service

Don't use -O0 when DODEBUG is turned on.
authorMiles Bader <miles@lsi.nec.co.jp>
Mon, 10 Feb 2003 08:12:47 +0000 (08:12 -0000)
committerMiles Bader <miles@lsi.nec.co.jp>
Mon, 10 Feb 2003 08:12:47 +0000 (08:12 -0000)
Rules.mak

index 203f682..7999529 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -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