Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81799 - trunk/libs/multiprecision/test
From: john_at_[hidden]
Date: 2012-12-08 12:40:29


Author: johnmaddock
Date: 2012-12-08 12:40:29 EST (Sat, 08 Dec 2012)
New Revision: 81799
URL: http://svn.boost.org/trac/boost/changeset/81799

Log:
Disable debug info for a couple of slower compilers: speeds up the tests somewhat.
Text files modified:
   trunk/libs/multiprecision/test/Jamfile.v2 | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: trunk/libs/multiprecision/test/Jamfile.v2
==============================================================================
--- trunk/libs/multiprecision/test/Jamfile.v2 (original)
+++ trunk/libs/multiprecision/test/Jamfile.v2 2012-12-08 12:40:29 EST (Sat, 08 Dec 2012)
@@ -26,6 +26,9 @@
    <toolset>msvc:<runtime-link>static
    <toolset>msvc:<link>static
    <toolset>msvc:<warnings>all
+ # Speed up compiles:
+ <toolset>msvc:<debug-symbols>off
+ <toolset>intel:<debug-symbols>off
    <toolset>gcc:<cxxflags>-Wall
    <toolset>gcc:<cxxflags>-Wextra
    <toolset>intel:<define>SLOW_COMPILER
@@ -879,3 +882,5 @@
    }
 }
 
+
+


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