diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-17 14:00:33 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-17 14:00:33 +0530 |
| commit | 71d481b4559e85b57ba92fe7b06b7c074f1cafdd (patch) | |
| tree | 5053ea42c2859652582e77ff40c8d4de7f43913a /Makefile | |
| parent | f27b864591814a9e4630ef0ccc5349bf5bcd1366 (diff) | |
(find_next_key): manually find start and length instead of using regex
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
