[Avida-SVN] r1697 - development

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Tue Jun 19 19:22:38 PDT 2007


Author: brysonda
Date: 2007-06-19 22:22:38 -0400 (Tue, 19 Jun 2007)
New Revision: 1697

Modified:
   development/CMakeLists.txt
Log:
Ack.  Xcode compiles will work, but GCC is retarted and doesn't just ignore the flag on non-fmadd platforms.  Have to find some acrobatic CMake to make this work.  Disabling for now so Alice compiles will work.  Grr...

Modified: development/CMakeLists.txt
===================================================================
--- development/CMakeLists.txt	2007-06-20 02:14:19 UTC (rev 1696)
+++ development/CMakeLists.txt	2007-06-20 02:22:38 UTC (rev 1697)
@@ -35,7 +35,7 @@
     SET(COMPILER_OPTIMIZATION_FLAGS "-ffast-math -fno-rtti -funroll-loops -fstrict-aliasing -OPT:Olimit=0")
   ELSE (CMAKE_CXX_COMPILER MATCHES ".*pathCC.*")
     SET(COMPILER_WARNING_FLAGS "-Wextra -Wno-unknown-pragmas -Wconversion -Wno-trigraphs")
-    SET(COMPILER_OPTIMIZATION_FLAGS "-mno-fused-madd -ffast-math -fno-rtti -funroll-loops -fstrict-aliasing -ftree-vectorize -fvisibility-inlines-hidden")
+    SET(COMPILER_OPTIMIZATION_FLAGS "-ffast-math -fno-rtti -funroll-loops -fstrict-aliasing -ftree-vectorize -fvisibility-inlines-hidden")
   ENDIF (CMAKE_CXX_COMPILER MATCHES ".*pathCC.*")
 
   # Four types of c++ compilations:




More information about the Avida-cvs mailing list