gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/02: configure: -fsanitize


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/02: configure: -fsanitize
Date: Sat, 26 Nov 2016 01:32:57 +0100

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

unknown user pushed a commit to branch master
in repository gnunet.

commit b618b2ad7f2fda8bd41560157fb33cc40e71ab42
Author: tg(x) <address@hidden>
AuthorDate: Fri Nov 25 22:26:40 2016 +0100

    configure: -fsanitize
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d839f8b..ad62d46 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])
 
 

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



reply via email to

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