commit 0f43c511160f3301ae52624971112305de4d8aca
parent 16b632a434139fe5cca27a79617cea9dd7619c1d
Author: falkTX <falktx@falktx.com>
Date: Thu, 11 May 2023 04:31:16 +0200
Comment out -fsanitize=address DEBUG option, too much hassle
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile.base.mk b/Makefile.base.mk
@@ -275,9 +275,9 @@ endif
ifeq ($(DEBUG),true)
BASE_FLAGS += -DDEBUG -O0 -g
-ifneq ($(HAIKU),true)
-BASE_FLAGS += -fsanitize=address
-endif
+# ifneq ($(HAIKU),true)
+# BASE_FLAGS += -fsanitize=address
+# endif
LINK_OPTS =
ifeq ($(WASM),true)
LINK_OPTS += -sASSERTIONS=1