aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d8f411..8565d2d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ OUT=antcc
all: CFLAGS += -g
all: $(OUT)
-opt: CFLAGS += -O2
+opt: CFLAGS += -g -O2
opt: $(OUT)
dbg: CFLAGS += -g -fsanitize=address -fsanitize=undefined