projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d43140
)
configure: -fsanitize-recovery is on by default, removing it for compatibility
author
tg(x)
<*@tg-x.net>
Wed, 30 Nov 2016 19:18:34 +0000
(20:18 +0100)
committer
tg(x)
<*@tg-x.net>
Wed, 30 Nov 2016 19:18:34 +0000
(20:18 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ad62d46939543c9b777274ce63cdbd55f1409995..ebe5753aaaf838faae9f68e149a8e71ec709d4e3 100644
(file)
--- 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 -f
sanitize-recover=all -f
no-omit-frame-pointer"
+ LDFLAGS="$CFLAGS -fsanitize=address,undefined -fno-omit-frame-pointer"
fi])