aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 22:12:36 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 22:12:36 +0100
commita3b7d05e7a012a1a25459a4bb0cf14b81c5ca68f (patch)
treeb55ae39cd89a5e6b734898f4073c659d4e386f36 /Makefile
parentMerge branch 'fork-music' (diff)
download42-cub3d-a3b7d05e7a012a1a25459a4bb0cf14b81c5ca68f.tar.gz
42-cub3d-a3b7d05e7a012a1a25459a4bb0cf14b81c5ca68f.tar.bz2
42-cub3d-a3b7d05e7a012a1a25459a4bb0cf14b81c5ca68f.tar.xz
42-cub3d-a3b7d05e7a012a1a25459a4bb0cf14b81c5ca68f.tar.zst
42-cub3d-a3b7d05e7a012a1a25459a4bb0cf14b81c5ca68f.zip
kkk
Diffstat (limited to '')
-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
#--------------------------------------------------------------------------------------------------#