]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add funroll-all-loops if using gcc
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jul 2013 20:28:28 +0000 (20:28 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jul 2013 20:28:28 +0000 (20:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@30104 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_compiler_flags_gnu.cmake

index 862e90c6d51544ef8140bc83d086ca7076bb5cbb..45d88b1975127158fc07c3d0fdaf27d94bab2db7 100644 (file)
@@ -120,6 +120,7 @@ IF (CMAKE_BUILD_TYPE MATCHES "Release")
   ADD_FLAGS(DEAL_II_CXX_FLAGS_RELEASE "-O2")
 
   ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS_RELEASE "-funroll-loops")
+  ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS_RELEASE "-funroll-all-loops")
   ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS_RELEASE "-fstrict-aliasing")
   ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS_RELEASE "-felide-constructors")
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.