diff options
Diffstat (limited to 'config/intel-cxxflags')
-rw-r--r-- | config/intel-cxxflags | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/intel-cxxflags b/config/intel-cxxflags index 40a3f0e..8db550d 100644 --- a/config/intel-cxxflags +++ b/config/intel-cxxflags @@ -166,12 +166,6 @@ if test "X-icpc" = "X-$cxx_vendor"; then H5_CXXFLAGS="$H5_CXXFLAGS $(load_intel_arguments classic/18)" fi - # intel <= 19 - if test $cxx_vers_major -le 19; then - # Use the C warnings as CXX warnings are the same - H5_CXXFLAGS="$H5_CXXFLAGS $(load_intel_arguments classic/general-19)" - fi - ################# # Flags are set # ################# |