aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-01 17:05:29 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-01 17:05:29 +0100
commit540d02ea89df5e41cf81776c18440c67a0a494b8 (patch)
tree5045e05ef52a59c1ead72297ba61102c7e055d9f /configure.ac
parent7356e4ff0c881ce1f9eb053d6a8a5866fb2179dc (diff)
parent1583915a015aa6387b7f387df2f43f3d34a6dfb0 (diff)
downloadgnunet-540d02ea89df5e41cf81776c18440c67a0a494b8.tar.gz
gnunet-540d02ea89df5e41cf81776c18440c67a0a494b8.zip
Merge remote-tracking branch 'origin/master' into credentials
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 65a590fc4..38b3660b1 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