summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2026-06-25 08:25:41 +0100
committerDaniel Cerqueira <dan.git@lispclub.com>2026-06-25 08:25:41 +0100
commit0c07dda3a79bd3ee2e96ff2e052ecbc0ccfa2e58 (patch)
treef13a1000933738dad71a43f4d48ef7509cc813a5 /Makefile
parentdde279674db62efd0992a42d2644d45d40dfdcf1 (diff)
update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45b8f60..0610eea 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ all: $(PROGRAM) $(LIB) $(HTML)
.PHONY: debug
debug: CPPFLAGS += -DDEBUG
-debug: CFLAGS += -g
+debug: CFLAGS += -O0 -g
debug: LDFLAGS += -g
debug: $(PROGRAM)