aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c176d9..3d50df3 100644
--- a/Makefile
+++ b/Makefile
@@ -107,9 +107,9 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
-CFLAGS += ${DEBUG}
#--------------------------------------------------------------------------------------------------#
ifdef ASAN
+ CFLAGS += ${DEBUG}
CFLAGS += ${FSANITIZE}
endif
#--------------------------------------------------------------------------------------------------#