summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d2b255..57c5bd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,7 +190,7 @@ else
190 building_debug_code=yes 190 building_debug_code=yes
191fi 191fi
192 192
193AS_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") 193AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden")
194AC_SUBST(GLOBAL_CFLAGS) 194AC_SUBST(GLOBAL_CFLAGS)
195 195
196case "$GLOBAL_CFLAGS" in 196case "$GLOBAL_CFLAGS" in