summaryrefslogtreecommitdiffstats
path: root/config/clang-cxxflags
diff options
context:
space:
mode:
Diffstat (limited to 'config/clang-cxxflags')
-rw-r--r--config/clang-cxxflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/clang-cxxflags b/config/clang-cxxflags
index 5685ca1..c279d67 100644
--- a/config/clang-cxxflags
+++ b/config/clang-cxxflags
@@ -112,7 +112,7 @@ if test "X-clang" = "X-$cxx_vendor" -o "X-Apple LLVM" = "X-$cxx_vendor"; then
;;
esac
- H5_CXXFLAGS="$H5_CXXFLAGS $arch"
+ H5_CXXFLAGS="$H5_CXXFLAGS $arch -std=c++98"
##############
# Production #