From f592be00fa954950c931f41e56146ee4bff87c59 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 2 Jul 2026 23:01:19 +0100 Subject: [PATCH] Do not require debug for ASAN. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index eeb24f821..23dfc2ee6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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