aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-06-17 14:00:33 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-06-17 14:00:33 +0530
commit71d481b4559e85b57ba92fe7b06b7c074f1cafdd (patch)
tree5053ea42c2859652582e77ff40c8d4de7f43913a /Makefile
parentf27b864591814a9e4630ef0ccc5349bf5bcd1366 (diff)
(find_next_key): manually find start and length instead of using regex
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a13991..f84ab7c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CFLAGS += -lmarkdown
all: CFLAGS += -O3
all: clean msg
-debug: CFLAGS += -Og -g3 -glldb
+debug: CFLAGS += -O0 -g3 -glldb
debug: clean msg
msg: msg.c