diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-06-10 23:53:45 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-06-10 23:53:45 (GMT) |
commit | 1e6b6b4bc6e56cfd63268d1823e0ab4baca00234 (patch) | |
tree | c19b2eecbc6c7303bb0eadf41b1ace13986df138 /config | |
parent | a56da14860ef436ee2d8f2aa00766c02889e8b6b (diff) | |
parent | a33667faf226f5d8c9633bf537893e8fce1bf1f6 (diff) | |
download | hdf5-1e6b6b4bc6e56cfd63268d1823e0ab4baca00234.zip hdf5-1e6b6b4bc6e56cfd63268d1823e0ab4baca00234.tar.gz hdf5-1e6b6b4bc6e56cfd63268d1823e0ab4baca00234.tar.bz2 |
Merge pull request #2639 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'a33667faf226f5d8c9633bf537893e8fce1bf1f6':
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 ########### |