Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68942 - branches/quickbook-filenames/tools/quickbook/test
From: dnljms_at_[hidden]
Date: 2011-02-16 03:28:19


Author: danieljames
Date: 2011-02-16 03:28:16 EST (Wed, 16 Feb 2011)
New Revision: 68942
URL: http://svn.boost.org/trac/boost/changeset/68942

Log:
Only use debug-symbols=off for msvc.
Text files modified:
   branches/quickbook-filenames/tools/quickbook/test/Jamfile.v2 | 8 ++++++--
   1 files changed, 6 insertions(+), 2 deletions(-)

Modified: branches/quickbook-filenames/tools/quickbook/test/Jamfile.v2
==============================================================================
--- branches/quickbook-filenames/tools/quickbook/test/Jamfile.v2 (original)
+++ branches/quickbook-filenames/tools/quickbook/test/Jamfile.v2 2011-02-16 03:28:16 EST (Wed, 16 Feb 2011)
@@ -6,10 +6,14 @@
 # http://www.boost.org/LICENSE_1_0.txt)
 #
 
-project test : requirements <debug-symbols>off ;
+build-project unit ;
+
+project test
+ : requirements
+ <toolset>msvc:<debug-symbols>off
+ ;
 
 build-project doc-info ;
-build-project unit ;
 
 import quickbook-testing : quickbook-test quickbook-fail-test ;
 


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