Revision: 44610
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44610&view=rev
Author:   starseeker
Date:     2011-05-10 22:05:34 +0000 (Tue, 10 May 2011)

Log Message:
-----------
ffast-math is causing tessellation failures on some platforms.

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/CompilerFlags.cmake

Modified: brlcad/trunk/misc/CMake/CompilerFlags.cmake
===================================================================
--- brlcad/trunk/misc/CMake/CompilerFlags.cmake 2011-05-10 20:56:55 UTC (rev 
44609)
+++ brlcad/trunk/misc/CMake/CompilerFlags.cmake 2011-05-10 22:05:34 UTC (rev 
44610)
@@ -165,7 +165,7 @@
 # -fno-strict-aliasing until someone changes how lists are managed.
 IF(BRLCAD-ENABLE_OPTIMIZED_BUILD)
        CHECK_C_FLAG_GATHER(O3 OPTIMIZE_FLAGS)
-       CHECK_C_FLAG_GATHER(ffast-math OPTIMIZE_FLAGS)
+       #CHECK_C_FLAG_GATHER(ffast-math OPTIMIZE_FLAGS)
        CHECK_C_FLAG_GATHER(fstrength-reduce OPTIMIZE_FLAGS)
        CHECK_C_FLAG_GATHER(fexpensive-optimizations OPTIMIZE_FLAGS)
        CHECK_C_FLAG_GATHER(finline-functions OPTIMIZE_FLAGS)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to