[bjam] command for release/debug

14 Feb
2012
14 Feb
'12
3:41 p.m.
Hello all, How can I program a Jamfile to execute the following on `bjam debug`: compile-fail const_block_err.cpp ; But the following on `bjam release`? run const_block_err.cpp ; Thanks. --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-bjam-command-for-release-debug-tp43... Sent from the Boost - Dev mailing list archive at Nabble.com.

14 Feb
14 Feb
6:57 p.m.
AMDG On 02/14/2012 07:41 AM, lcaminiti wrote:
Hello all,
How can I program a Jamfile to execute the following on `bjam debug`:
compile-fail const_block_err.cpp ;
But the following on `bjam release`?
run const_block_err.cpp ;
put <variant>release and <variant>debug in the requirements parameters. In Christ, Steven Watanabe
4882
Age (days ago)
4882
Last active (days ago)
1 comments
2 participants
participants (2)
-
lcaminiti
-
Steven Watanabe