aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-11-30 20:18:34 +0100
committertg(x) <*@tg-x.net>2016-11-30 20:18:34 +0100
commit1664918f43b467a76caa3aa96a1646302fdc1b2b (patch)
tree53dc9ad6bf25267e17c49850b92904493c5c47e0 /configure.ac
parent2d43140784dfa83e593e5c1259be229d3997aed2 (diff)
downloadgnunet-1664918f43b467a76caa3aa96a1646302fdc1b2b.tar.gz
gnunet-1664918f43b467a76caa3aa96a1646302fdc1b2b.zip
configure: -fsanitize-recovery is on by default, removing it for compatibility
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 ad62d4693..ebe5753aa 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 -fsanitize-recover=all -fno-omit-frame-pointer" 275 LDFLAGS="$CFLAGS -fsanitize=address,undefined -fno-omit-frame-pointer"
276fi]) 276fi])
277 277
278 278