From: Nicolas Barnafi Date: Wed, 3 Feb 2021 11:18:17 +0000 (+0100) Subject: Removed ansi flag from intel compiler setup X-Git-Tag: v9.3.0-rc1~520^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ac9ce279097e0bf207c8e635b9f4330cca7557;p=dealii.git Removed ansi flag from intel compiler setup --- diff --git a/cmake/setup_compiler_flags_intel.cmake b/cmake/setup_compiler_flags_intel.cmake index a60d25882d..82954c3315 100644 --- a/cmake/setup_compiler_flags_intel.cmake +++ b/cmake/setup_compiler_flags_intel.cmake @@ -45,11 +45,6 @@ ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-fpic") # ENABLE_IF_LINKS(DEAL_II_LINKER_FLAGS "-Wl,--as-needed") -# -# Set ansi mode: -# -ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-ansi") - # # Enable verbose warnings: #