gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: configure: -fsanitize-recov


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: configure: -fsanitize-recovery is on by default, removing it for compatibility
Date: Wed, 30 Nov 2016 20:18:05 +0100

This is an automated email from the git hooks/post-receive script.

tg pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1664918  configure: -fsanitize-recovery is on by default, removing it 
for compatibility
1664918 is described below

commit 1664918f43b467a76caa3aa96a1646302fdc1b2b
Author: tg(x) <address@hidden>
AuthorDate: Wed Nov 30 20:18:34 2016 +0100

    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 ad62d46..ebe5753 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])
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]