aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-09 14:18:20 +0800
committerMistivia <i@mistivia.com>2025-06-09 14:18:20 +0800
commita690e564d82a46c4e729d88fcc660e4e2f1e6ceb (patch)
treec40c404eb61a73168050d7b57fd5bbd5709084dd /Makefile
parent17690b812b7d59a7f37c858a55b25be91a02ff4c (diff)
add show trait
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 323afd9..994c84f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ ifeq ($(mode), debug)
-g \
-fsanitize=address
else
- cflags = -O2
+ cflags = -flto -O2
endif
src = $(shell ls src/*.c)