From a269125c73e54a72953cda8accda949bba0d8bbd Mon Sep 17 00:00:00 2001 From: jozan Date: Wed, 4 Nov 2020 18:25:53 +0000 Subject: Prompting for confirmation FossilOrigin-Name: bf69cb11af18c6c4bc824c100d80ade120e14c521db8c9d3389e752fa757a6c7 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a27e1b0..49dc8ac 100644 --- a/Makefile +++ b/Makefile @@ -51,14 +51,14 @@ ${TARGET}: ${OBJS} all: ${TARGET} -debug: CFLAGS += -glldb +debug: CFLAGS += -g3 debug: all -asan: CFLAGS += -glldb +asan: CFLAGS += -g3 asan: CFLAGS += -fsanitize=address asan: all -msan: CFLAGS += -glldb +msan: CFLAGS += -g3 msan: CFLAGS += -fsanitize=memory msan: CFLAGS += -fsanitize-memory-track-origins msan: all -- cgit v1.2.3