Explorar el Código

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

Miles Bader hace 23 años
padre
commit
dc601ff20c
Se han modificado 1 ficheros con 0 adiciones y 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