aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-11-25 22:26:40 +0100
committertg(x) <*@tg-x.net>2016-11-25 22:26:40 +0100
commitb618b2ad7f2fda8bd41560157fb33cc40e71ab42 (patch)
tree66c7d8a082665f145dbd690143ccb5dfb9b5ce47
parent8887babc9465e6260e9fe7643165991993dd2cc5 (diff)
downloadgnunet-b618b2ad7f2fda8bd41560157fb33cc40e71ab42.tar.gz
gnunet-b618b2ad7f2fda8bd41560157fb33cc40e71ab42.zip
configure: -fsanitize
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d839f8b4e..ad62d4693 100644
--- a/configure.ac
+++ b/configure.ac
@@ -272,7 +272,7 @@ fi])
272AC_ARG_ENABLE(sanitizer, 272AC_ARG_ENABLE(sanitizer,
273 AS_HELP_STRING(--enable-sanitizer, enable Address Sanitizer and Undefined Behavior Sanitizer), 273 AS_HELP_STRING(--enable-sanitizer, enable Address Sanitizer and Undefined Behavior Sanitizer),
274[if test x$enableval = xyes; then 274[if test x$enableval = xyes; then
275 LDFLAGS="$CFLAGS -fsanitize=address,undefined,unsigned-integer-overflow -fsanitize-recover=all -fno-omit-frame-pointer" 275 LDFLAGS="$CFLAGS -fsanitize=address,undefined -fsanitize-recover=all -fno-omit-frame-pointer"
276fi]) 276fi])
277 277
278 278