From 745e93dc423778af7f313481f329bb5b63efc98f Mon Sep 17 00:00:00 2001 From: maier Date: Sat, 30 Mar 2013 17:20:14 +0000 Subject: [PATCH] Add -ip to the optimized compiler flags for icc git-svn-id: https://svn.dealii.org/trunk@29119 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/setup_compiler_flags_intel.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/cmake/setup_compiler_flags_intel.cmake b/deal.II/cmake/setup_compiler_flags_intel.cmake index ac9808b055..4256a66f99 100644 --- a/deal.II/cmake/setup_compiler_flags_intel.cmake +++ b/deal.II/cmake/setup_compiler_flags_intel.cmake @@ -84,6 +84,7 @@ IF (CMAKE_BUILD_TYPE MATCHES "Release") # General optimization flags: # ADD_FLAGS(DEAL_II_CXX_FLAGS_RELEASE "-O2") + ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS_RELEASE "-ip") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS_RELEASE "-funroll-loops") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS_RELEASE "-ansi-alias") # equiv. -fstrict-aliasing -- 2.39.5