]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix the previous commit.
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Jul 2013 09:29:32 +0000 (09:29 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Jul 2013 09:29:32 +0000 (09:29 +0000)
This happens if one picks up the commits in the wrong order...

git-svn-id: https://svn.dealii.org/branches/releases/Branch-8-0@30127 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_compiler_flags_gnu.cmake

index 1c64fcd1040ba96d6b7ea9e8f5b57d49b584e948..63bf98e31a7f024c6096f90b16289caacb1c8761 100644 (file)
@@ -125,9 +125,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")
-  IF(NOT(CMAKE_CXX_COMPILER_ID MATCHES "Clang"))
-    ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS_RELEASE "-funroll-all-loops")
-  ENDIF()
+  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.