diff --git a/Makefile.base.mk b/Makefile.base.mk index ab7891b4..3d341f8f 100644 --- 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