From 8c46301da70740ee40f707e88dd170243c6dd46a Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 24 Feb 2025 13:23:19 -0600 Subject: error handling and parse_url on srequest --- makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 8f5d9a5..1c9bfae 100644 --- a/makefile +++ b/makefile @@ -38,10 +38,12 @@ release: all # https://github.com/google/sanitizers/issues/89#issuecomment-406316683 # # this also requires lua to be built with asan - -debug: CFLAGS += -ggdb3 -static-libasan -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer -fno-optimize-sibling-calls +debug: CFLAGS += -ggdb3 -fno-omit-frame-pointer -fno-optimize-sibling-calls debug: all +san: CFLAGS += -ggdb3 -static-libasan -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer -fno-optimize-sibling-calls +san: all + reg: rm src/reg.o -- cgit v1.2.3