From 55eb5791a06ca2cee58ff913559e775bfc38a0fd Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 29 Feb 2020 22:42:41 +0100 Subject: Debug flags is native --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f643a4..5273dda 100644 --- a/Makefile +++ b/Makefile @@ -99,9 +99,9 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic +CFLAGS += ${DEBUG} #--------------------------------------------------------------------------------------------------# ifdef ASAN - CFLAGS += ${DEBUG} CFLAGS += ${FSANITIZE} endif #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3