diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-29 22:42:41 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-29 22:42:41 +0100 |
commit | 55eb5791a06ca2cee58ff913559e775bfc38a0fd (patch) | |
tree | 44afc23a17e2bb73abe9e65fe815de37c7c7498f /libft | |
parent | leaks leaks leaks (diff) | |
download | 42-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/Makefile | 2 |
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 #------------------------------------------------------------------------------# |