Explorar el Código

revert make optimize flag

hathach hace 5 años
padre
commit
7582528067
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/make.mk

+ 1 - 1
examples/make.mk

@@ -103,7 +103,7 @@ CFLAGS += \
 
 # Debugging/Optimization
 ifeq ($(DEBUG), 1)
-  CFLAGS += -O0
+  CFLAGS += -Og
 else
   CFLAGS += -Os
 endif