summaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-21 14:41:07 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-21 14:41:07 +0200
commit8dff78b7400452d7530376b2f64a3dc77b3f4efa (patch)
treec46b406b93264ef7b55f15d7fa937d56ff79ddb7 /libft/Makefile
parentPretty good start (diff)
download42-minishell-8dff78b7400452d7530376b2f64a3dc77b3f4efa.tar.gz
42-minishell-8dff78b7400452d7530376b2f64a3dc77b3f4efa.tar.bz2
42-minishell-8dff78b7400452d7530376b2f64a3dc77b3f4efa.tar.xz
42-minishell-8dff78b7400452d7530376b2f64a3dc77b3f4efa.tar.zst
42-minishell-8dff78b7400452d7530376b2f64a3dc77b3f4efa.zip
Good
Diffstat (limited to '')
-rw-r--r--libft/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libft/Makefile b/libft/Makefile
index 398e29b..a5fabcb 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -148,10 +148,10 @@ ${NAME}: ${OBJS}
#------------------------------------------------------------------------------#
all: ${NAME}
#------------------------------------------------------------------------------#
-debug: CFLAGS += -ggdb
+debug: CFLAGS += -glldb
debug: all
#------------------------------------------------------------------------------#
-asan: CFLAGS += -ggdb
+asan: CFLAGS += -glldb
asan: CFLAGS += -fsanitize=address
asan: all
#------------------------------------------------------------------------------#