From 14101eefa260ec23f09ac961a3bed6a32932b9c3 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 27 Sep 2025 19:51:34 +0200 Subject: up --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afea78d..a8debd5 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ config.h: cp config.def.h config.h .c.o: - $(CC) $(STCFLAGS) -c $< + $(CC) -O0 -g3 -fsanitize=address $(STCFLAGS) -c $< st.o: config.h st.h win.h x.o: arg.h config.h st.h win.h @@ -21,7 +21,7 @@ x.o: arg.h config.h st.h win.h $(OBJ): config.h config.mk st: $(OBJ) - $(CC) -o $@ $(OBJ) $(STLDFLAGS) + $(CC) -fsanitize=address -o $@ $(OBJ) $(STLDFLAGS) clean: rm -f st $(OBJ) config.h st-$(VERSION).tar.gz -- cgit v1.2.3