aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-29 22:42:41 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-29 22:42:41 +0100
commit55eb5791a06ca2cee58ff913559e775bfc38a0fd (patch)
tree44afc23a17e2bb73abe9e65fe815de37c7c7498f /Makefile
parentleaks leaks leaks (diff)
download42-cub3d-55eb5791a06ca2cee58ff913559e775bfc38a0fd.tar.gz
42-cub3d-55eb5791a06ca2cee58ff913559e775bfc38a0fd.tar.bz2
42-cub3d-55eb5791a06ca2cee58ff913559e775bfc38a0fd.tar.xz
42-cub3d-55eb5791a06ca2cee58ff913559e775bfc38a0fd.tar.zst
42-cub3d-55eb5791a06ca2cee58ff913559e775bfc38a0fd.zip
Debug flags is native
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
#--------------------------------------------------------------------------------------------------#