From 351bef58a31889d873c50ef35eefad121c2e7b4f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 2 Jul 2026 23:06:46 +0100 Subject: [PATCH] Undo last. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 23dfc2ee6..eeb24f821 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