diff options
author | buildbot <buildbot@bobcat.ad.hdfgroup.org> | 2020-06-10 21:52:46 (GMT) |
---|---|---|
committer | buildbot <buildbot@bobcat.ad.hdfgroup.org> | 2020-06-10 21:52:46 (GMT) |
commit | 715055bfdd8c5295d098a45c11b3782c012c6b51 (patch) | |
tree | 6d8ab385565897f935f52aa6e72c6bdc48eddf23 /config | |
parent | 77efb340a1b06465587ca9dd4599271409a86a44 (diff) | |
download | hdf5-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-cxxflags | 2 |
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 ########### |