Do not require debug for ASAN.

This commit is contained in:
Nicholas Marriott
2026-07-02 23:01:19 +01:00
parent 352b1173c8
commit f592be00fa

View File

@@ -41,11 +41,11 @@ endif
AM_CPPFLAGS += -DDEBUG
endif
AM_CPPFLAGS += -iquote.
endif
if IS_ASAN
AM_CFLAGS += -fsanitize=address
AM_LDFLAGS += -fsanitize=address
endif
endif
# Set flags for Solaris.
if IS_SUNOS