|
Boost-Build : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-01 13:46:36
OK - I've been reading
and I can see that I can use:
bjam variant=debug
or
bjam variant=release
But its not clear to me how to specify BOTH debug and release in the variant
in the command line.
Also Is this a minor typo on this same page?
project test : requirements <threading;>multi ;
exe test1 : test1.cpp ;
exe test2 : test2.cpp : <threading;>single ;
exe test3 : test3.cpp : -<threading;>multi ;
Note the "extra ;" before the >Robert Ramey
Boost-Build 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