From e194a7df12261f87cf2c236ccac92a6a9624bc65 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 30 Apr 2020 21:54:44 +0200 Subject: configure: Remove ASAN from CFLAGS that was accidentally added in previous commit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3d2b255..57c5bd8 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,7 @@ else building_debug_code=yes fi -AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden -fsanitize=address") +AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden") AC_SUBST(GLOBAL_CFLAGS) case "$GLOBAL_CFLAGS" in -- cgit v1.1-32-gdbae