summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorbuildbot <buildbot@bobcat.ad.hdfgroup.org>2020-06-10 21:52:46 (GMT)
committerbuildbot <buildbot@bobcat.ad.hdfgroup.org>2020-06-10 21:52:46 (GMT)
commit715055bfdd8c5295d098a45c11b3782c012c6b51 (patch)
tree6d8ab385565897f935f52aa6e72c6bdc48eddf23 /config
parent77efb340a1b06465587ca9dd4599271409a86a44 (diff)
downloadhdf5-715055bfdd8c5295d098a45c11b3782c012c6b51.zip
hdf5-715055bfdd8c5295d098a45c11b3782c012c6b51.tar.gz
hdf5-715055bfdd8c5295d098a45c11b3782c012c6b51.tar.bz2
Add c++ to --enable-sanitize-checks option.
Diffstat (limited to 'config')
-rw-r--r--config/clang-cxxflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/clang-cxxflags b/config/clang-cxxflags
index 188570e..a37509f 100644
--- a/config/clang-cxxflags
+++ b/config/clang-cxxflags
@@ -143,7 +143,7 @@ if test "X-clang" = "X-$cxx_vendor" -o "X-Apple LLVM" = "X-$cxx_vendor"; then
if test $cxx_vers_major -le 4; then
DEBUG_CXXFLAGS=
else
- DEBUG_CXXFLAGS="-ftrapv -fno-common -fsanitize=address"
+ DEBUG_CXXFLAGS="-ftrapv -fno-common"
fi
###########