Boost logo

Boost Testing :

From: Anthony Williams (anthony_w.geo_at_[hidden])
Date: 2006-11-23 05:38:27


Assuming I get the _release toolsets working correctly, is there any way to
make them always build the release variant? That way I can have msvc-7.1 and
msvc-7.1_release which will always be the debug and release variants,
respectively.

I tried adding "release" to the msvc-7.1 options field in my user-config.jam,
to no effect. Putting all the release-variant options in (<optimization>speed
<debug-symbols>off <inlining>full <runtime-debugging>off <define>NDEBUG)
applied the correct command line parameters, but still put the output in a
"debug" directory, and also means duplicating what "release" means for each
and every release-mode toolset.

Anthony

-- 
Anthony Williams
Software Developer
Just Software Solutions Ltd
http://www.justsoftwaresolutions.co.uk

Boost-testing list run by mbergal at meta-comm.com