diff options
author | tg(x) <*@tg-x.net> | 2016-11-25 22:26:40 +0100 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2016-11-25 22:26:40 +0100 |
commit | b618b2ad7f2fda8bd41560157fb33cc40e71ab42 (patch) | |
tree | 66c7d8a082665f145dbd690143ccb5dfb9b5ce47 /configure.ac | |
parent | 8887babc9465e6260e9fe7643165991993dd2cc5 (diff) |
configure: -fsanitize
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 d839f8b4e6..ad62d46939 100644 --- a/configure.ac +++ b/configure.ac @@ -272,7 +272,7 @@ fi]) AC_ARG_ENABLE(sanitizer, AS_HELP_STRING(--enable-sanitizer, enable Address Sanitizer and Undefined Behavior Sanitizer), [if test x$enableval = xyes; then - LDFLAGS="$CFLAGS -fsanitize=address,undefined,unsigned-integer-overflow -fsanitize-recover=all -fno-omit-frame-pointer" + LDFLAGS="$CFLAGS -fsanitize=address,undefined -fsanitize-recover=all -fno-omit-frame-pointer" fi]) |