summaryrefslogtreecommitdiffstats
path: root/config/clang-cxxflags
diff options
context:
space:
mode:
Diffstat (limited to 'config/clang-cxxflags')
-rw-r--r--config/clang-cxxflags17
1 files changed, 3 insertions, 14 deletions
diff --git a/config/clang-cxxflags b/config/clang-cxxflags
index a37509f..edd62e7 100644
--- a/config/clang-cxxflags
+++ b/config/clang-cxxflags
@@ -140,11 +140,7 @@ if test "X-clang" = "X-$cxx_vendor" -o "X-Apple LLVM" = "X-$cxx_vendor"; then
# NDEBUG is handled explicitly by the configure script
# -g is handled by the symbols flags
- if test $cxx_vers_major -le 4; then
- DEBUG_CXXFLAGS=
- else
- DEBUG_CXXFLAGS="-ftrapv -fno-common"
- fi
+ DEBUG_CXXFLAGS="-ftrapv -fno-common"
###########
# Symbols #
@@ -163,13 +159,8 @@ if test "X-clang" = "X-$cxx_vendor" -o "X-Apple LLVM" = "X-$cxx_vendor"; then
# Optimization #
################
- if test $cxx_vers_major -le 4; then
- HIGH_OPT_CXXFLAGS="-O3"
- DEBUG_OPT_CXXFLAGS=
- else
- HIGH_OPT_CXXFLAGS="-O3"
- DEBUG_OPT_CXXFLAGS="-g"
- fi
+ HIGH_OPT_CXXFLAGS="-O3"
+ DEBUG_OPT_CXXFLAGS="-g"
NO_OPT_CXXFLAGS="-O0"
############
@@ -183,8 +174,6 @@ if test "X-clang" = "X-$cxx_vendor" -o "X-Apple LLVM" = "X-$cxx_vendor"; then
H5_CXXFLAGS="$H5_CXXFLAGS $(load_clang_arguments general)"
H5_ECXXFLAGS="$H5_ECXXFLAGS $(load_clang_arguments error-general)"
-echo "H5_CXXFLAGS: $H5_CXXFLAGS"
-
######################
# Developer warnings #
######################