aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2016-11-27 18:43:43 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2016-11-27 18:43:43 +0100
commit7356e4ff0c881ce1f9eb053d6a8a5866fb2179dc (patch)
treeeb62a77b132ad776ef03fb5b0b51628e244c4dec /configure.ac
parent3e22103e0cecfeb8a03e65733fd0ab5c475a302b (diff)
parent40dc7277101ec96373b6237565823ef8a9b71a4e (diff)
downloadgnunet-7356e4ff0c881ce1f9eb053d6a8a5866fb2179dc.tar.gz
gnunet-7356e4ff0c881ce1f9eb053d6a8a5866fb2179dc.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 1a2451392..65a590fc4 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,unsigned-integer-overflow -fsanitize-recover=all -fno-omit-frame-pointer" 275 LDFLAGS="$CFLAGS -fsanitize=address,undefined -fsanitize-recover=all -fno-omit-frame-pointer"
276fi]) 276fi])
277 277
278 278