Revision: 43119
          http://brlcad.svn.sourceforge.net/brlcad/?rev=43119&view=rev
Author:   starseeker
Date:     2011-02-08 18:09:55 +0000 (Tue, 08 Feb 2011)

Log Message:
-----------
Try finline-limit expansion instead of the always_inline attribute - perhaps 
this will be more portable

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

Modified: brlcad/branches/cmake/misc/CMake/CompilerFlags.cmake
===================================================================
--- brlcad/branches/cmake/misc/CMake/CompilerFlags.cmake        2011-02-08 
17:58:37 UTC (rev 43118)
+++ brlcad/branches/cmake/misc/CMake/CompilerFlags.cmake        2011-02-08 
18:09:55 UTC (rev 43119)
@@ -171,6 +171,7 @@
        CHECK_C_FLAG_GATHER(fstrength-reduce OPTIMIZE_FLAGS)
        CHECK_C_FLAG_GATHER(fexpensive-optimizations OPTIMIZE_FLAGS)
        CHECK_C_FLAG_GATHER(finline-functions OPTIMIZE_FLAGS)
+       CHECK_C_FLAG_GATHER("finline-limit=10000" OPTIMIZE_FLAGS)
        IF(NOT ${CMAKE_BUILD_TYPE} MATCHES "^Debug$" AND NOT 
BRLCAD-ENABLE_DEBUG)
                CHECK_C_FLAG_GATHER(fomit-frame-pointer OPTIMIZE_FLAGS)
        ELSE(NOT ${CMAKE_BUILD_TYPE} MATCHES "^Debug$" AND NOT 
BRLCAD-ENABLE_DEBUG)


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

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to