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
|
# -Wno-deprecated-declarations
|
||||||
|
|
||||||
#ifeq "$(WANT_ASAN)" "1"
|
#ifeq "$(WANT_ASAN)" "1"
|
||||||
NEED_ASAN=1
|
#NEED_ASAN=1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# If you want to override the compiler detection just carried out
|
# If you want to override the compiler detection just carried out
|
||||||
@@ -64,7 +64,7 @@ CFLAGS+=-Wold-style-definition
|
|||||||
CFLAGS+=-Wstrict-prototypes
|
CFLAGS+=-Wstrict-prototypes
|
||||||
|
|
||||||
#ifeq "$(NEED_ASAN)" "1"
|
#ifeq "$(NEED_ASAN)" "1"
|
||||||
CFLAGS+=-fsanitize=address
|
#CFLAGS+=-fsanitize=address
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#detection of clang vs gcc
|
#detection of clang vs gcc
|
||||||
|
|||||||
@@ -72,8 +72,10 @@ endif # WANT_WIN_QT
|
|||||||
|
|
||||||
#-INCLUDE multiw-3.370
|
#-INCLUDE multiw-3.370
|
||||||
|
|
||||||
|
ifdef NEED_ASAN
|
||||||
ifeq "$(NEED_ASAN)" "1"
|
ifeq "$(NEED_ASAN)" "1"
|
||||||
LFLAGS +=-fsanitize=address
|
#LFLAGS +=-fsanitize=address
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# NetHack sources control
|
# NetHack sources control
|
||||||
|
|||||||
Reference in New Issue
Block a user