comment out WANT_ASAN=1 for now
encountered an error testing it on macOS
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -72,8 +72,10 @@ endif # WANT_WIN_QT
|
||||
|
||||
#-INCLUDE multiw-3.370
|
||||
|
||||
ifdef NEED_ASAN
|
||||
ifeq "$(NEED_ASAN)" "1"
|
||||
LFLAGS +=-fsanitize=address
|
||||
#LFLAGS +=-fsanitize=address
|
||||
endif
|
||||
endif
|
||||
|
||||
# NetHack sources control
|
||||
|
||||
Reference in New Issue
Block a user