aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87e38f0..3a8453d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LFLAGS = -Wl,-t
DEBUG ?= 0
ifneq ($(DEBUG), 0)
- CFLAGS += -g -O0
+ CFLAGS += -g -Og
else
CFLAGS += -O2
endif