aboutsummaryrefslogtreecommitdiffstats
path: root/libft
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 /libft
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 'libft')
-rw-r--r--libft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/Makefile b/libft/Makefile
index 220a8a2..d9ae259 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -128,9 +128,9 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
+CFLAGS += ${DEBUG}
#------------------------------------------------------------------------------#
ifdef ASAN
- CFLAGS += ${DEBUG}
CFLAGS += ${FSANITIZE}
endif
#------------------------------------------------------------------------------#