aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-01-27 18:21:13 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-01-27 18:21:13 +0100
commitf65938d1d6e57f0658035b34467724be2af6ae4d (patch)
treeb17e381f9df024f7b180c8876f98f713a15dc0f5 /Makefile
parentquick commit (diff)
download42-cub3d-f65938d1d6e57f0658035b34467724be2af6ae4d.tar.gz
42-cub3d-f65938d1d6e57f0658035b34467724be2af6ae4d.tar.bz2
42-cub3d-f65938d1d6e57f0658035b34467724be2af6ae4d.tar.xz
42-cub3d-f65938d1d6e57f0658035b34467724be2af6ae4d.tar.zst
42-cub3d-f65938d1d6e57f0658035b34467724be2af6ae4d.zip
in progress
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b45fb9..4814d68 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ ifdef ASAN
CFLAGS += ${FSANITIZE}
endif
#------------------------------------------------------------------------------#
-DEBUG = -g3
+DEBUG = -glldb
FSANITIZE = -fsanitize=address
#------------------------------------------------------------------------------#
ifeq (${OS}, Darwin)