Explorar o código

Don't use -O0 when DODEBUG is turned on.

Miles Bader %!s(int64=23) %!d(string=hai) anos
pai
achega
dc601ff20c
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      Rules.mak

+ 0 - 4
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