From f65938d1d6e57f0658035b34467724be2af6ae4d Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 27 Jan 2020 18:21:13 +0100 Subject: in progress --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0b45fb9..4814d68 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ ifdef ASAN CFLAGS += ${FSANITIZE} endif #------------------------------------------------------------------------------# -DEBUG = -g3 +DEBUG = -glldb FSANITIZE = -fsanitize=address #------------------------------------------------------------------------------# ifeq (${OS}, Darwin) -- cgit v1.2.3