From 91e75c8b10292a2799424baf417bdebe65a403ff Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Mon, 29 Dec 2025 06:16:01 -0500 Subject: add str.h --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1513859..7ddacb5 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,10 @@ OBJ != find -type f -name '*.c' | sed 's/\.c$$/.o/' DEBUG = 0 CFLAGS_0 = -O2 -DNDEBUG -CFLAGS_1 = -O0 -g3 -fsanitize=undefined +CFLAGS_1 = -O0 -g3 -fsanitize=undefined#,address CFLAGS_2 = -O2 -g3 -DNDEBUG LDFLAGS_0 = -s -LDFLAGS_1 = -g3 -fsanitize=undefined +LDFLAGS_1 = -g3 -fsanitize=undefined#,address LDFLAGS_2 = -O2 -g3 PREFIX ?= ${HOME}/.local -- cgit v1.2.3