aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2016-05-26 09:49:16 -0700
committerBruce A. Mah <bmah@es.net>2016-05-26 09:49:16 -0700
commita5f5765c8c9f7d3b8b7818addd8ed81a8adee9f5 (patch)
tree4f5fab669041345f18337345279c6d138ba366ce /config
parent9915746a8bf88050cd4cfee4295d063c1154e9a0 (diff)
downloadiperf3-a5f5765c8c9f7d3b8b7818addd8ed81a8adee9f5.tar.gz
Regen.
Diffstat (limited to 'config')
-rw-r--r--config/ltmain.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/ltmain.sh b/config/ltmain.sh
index 0f0a2da..b6f3fcb 100644
--- a/config/ltmain.sh
+++ b/config/ltmain.sh
@@ -7273,9 +7273,11 @@ func_mode_link ()
# --sysroot=* for sysroot support
# -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
# -stdlib=* select c++ std lib with clang
+ # -fsanitize=* Clang memory and address sanitizer
-64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
- -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
+ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
+ -fsanitize=*)
func_quote_for_eval "$arg"
arg=$func_quote_for_eval_result
func_append compile_command " $arg"