Boost logo

Boost-Commit :

From: troy_at_[hidden]
Date: 2007-05-26 08:29:28


Author: troy
Date: 2007-05-26 08:29:28 EDT (Sat, 26 May 2007)
New Revision: 4274
URL: http://svn.boost.org/trac/boost/changeset/4274

Log:

Pipe between gcc subprocesses. A little speedier.

Text files modified:
   sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/boost.cmake | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/boost.cmake
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/boost.cmake (original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/boost.cmake 2007-05-26 08:29:28 EDT (Sat, 26 May 2007)
@@ -4,6 +4,9 @@
 include(list_contains)
 include(parse_arguments)
 
+if(CMAKE_COMPILER_IS_GNUCC)
+ add_definitions(-pipe)
+endif(CMAKE_COMPILER_IS_GNUCC)
 include(boost-core)
 include(boost-testing)
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk