From 1664918f43b467a76caa3aa96a1646302fdc1b2b Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Wed, 30 Nov 2016 20:18:34 +0100 Subject: [PATCH] configure: -fsanitize-recovery is on by default, removing it for compatibility --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ad62d4693..ebe5753aa 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 -fsanitize-recover=all -fno-omit-frame-pointer" + LDFLAGS="$CFLAGS -fsanitize=address,undefined -fno-omit-frame-pointer" fi]) -- 2.25.1