comment out WANT_ASAN=1 for now

encountered an error testing it on macOS
This commit is contained in:
nhmall
2023-03-29 22:09:19 -04:00
parent d783afbda1
commit 85feda8774
2 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ CCFLAGS = -g
# -Wno-deprecated-declarations
#ifeq "$(WANT_ASAN)" "1"
NEED_ASAN=1
#NEED_ASAN=1
#endif
# If you want to override the compiler detection just carried out
@@ -64,7 +64,7 @@ CFLAGS+=-Wold-style-definition
CFLAGS+=-Wstrict-prototypes
#ifeq "$(NEED_ASAN)" "1"
CFLAGS+=-fsanitize=address
#CFLAGS+=-fsanitize=address
#endif
#detection of clang vs gcc