summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy
diff options
context:
space:
mode:
Diffstat (limited to 'unix-cpy')
-rw-r--r--unix-cpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile
index 84fc581e32..985ef15854 100644
--- a/unix-cpy/Makefile
+++ b/unix-cpy/Makefile
@@ -10,9 +10,9 @@ include ../py/py.mk
CFLAGS = -I. -I$(PY_SRC) -Wall -Werror -ansi -std=gnu99 -DUNIX
LDFLAGS = -lm
-#Debugging/Optimization
+# Debugging/Optimization
ifdef DEBUG
-CFLAGS += -Og -ggdb
+CFLAGS += -O0 -g
else
CFLAGS += -Os #-DNDEBUG
endif