Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-10-22 09:10:28


On Sunday 22 October 2006 12:44, John Maddock wrote:
> Vladimir Prus wrote:
> > Hmm, in which cases will 'g' appear, and for what toolset?
>
> "g" indicates a debug runtime, so it should be set for msvc debug builds,
> and for STLport debug builds, but not for compilers that don't have
> debugging runtimes: refer to the logic in bbv1 for what we did before.

Ok, I think I know what's going on. In V1 and V2, debug builds have
<runtime-debugging>on set as well. V1 knows that runtime-debugging property
has no effect on any toolset except for msvc, so 'g' is not added for those
toolsets.

Rene, am I right about this?

- Volodya


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