diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e6cc7214..e9c1e03b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -117,7 +117,7 @@ AC_ARG_ENABLE([linker-hardening], | |||
117 | AC_ARG_ENABLE([sanitizer], | 117 | AC_ARG_ENABLE([sanitizer], |
118 | [AS_HELP_STRING([--enable-sanitizer], [enable Address Sanitizer and Undefined Behavior Sanitizer])], | 118 | [AS_HELP_STRING([--enable-sanitizer], [enable Address Sanitizer and Undefined Behavior Sanitizer])], |
119 | [AS_IF([test x$enableval = xyes],[ | 119 | [AS_IF([test x$enableval = xyes],[ |
120 | LDFLAGS="$CFLAGS -fsanitize=address,undefined -fno-omit-frame-pointer" | 120 | CFLAGS="$CFLAGS -fsanitize=address,undefined -fno-omit-frame-pointer" |
121 | ])]) | 121 | ])]) |
122 | 122 | ||
123 | 123 | ||