aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-07-23 13:02:50 +0800
committerMistivia <i@mistivia.com>2025-07-23 13:02:50 +0800
commitcc8ea3f88c75216c7c03342a4a41bbc7d0b354f5 (patch)
treee508d96435bb5088dd679d61fc75032f326ccaca /Makefile
parentfe6adec77e7f8697d4bc451bbbf7d60cefb45205 (diff)
fix filename init
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc1eff6..77a9aae 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ifeq ($(mode), debug)
-g \
-fsanitize=address
else
- cflags = $(includes) -O2
+ cflags = $(includes) -g -O2
endif
src = $(shell find ./ -maxdepth 1 -name '*.c' -not -name 'main.c')