From 8dff78b7400452d7530376b2f64a3dc77b3f4efa Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 21 Apr 2020 14:41:07 +0200 Subject: Good --- libft/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libft/Makefile') diff --git a/libft/Makefile b/libft/Makefile index 398e29b..a5fabcb 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -148,10 +148,10 @@ ${NAME}: ${OBJS} #------------------------------------------------------------------------------# all: ${NAME} #------------------------------------------------------------------------------# -debug: CFLAGS += -ggdb +debug: CFLAGS += -glldb debug: all #------------------------------------------------------------------------------# -asan: CFLAGS += -ggdb +asan: CFLAGS += -glldb asan: CFLAGS += -fsanitize=address asan: all #------------------------------------------------------------------------------# -- cgit v1.2.3