Boost logo

Boost-Build :

From: Zhon Johansen (zhon.johansen_at_[hidden])
Date: 2005-11-11 17:00:10


After upgrading to the current version of Boost.build v2, my
<define>_DEBUG is no longer working.

I have the current version of bjam.exe.

My Jamefile looks like the following:

project
    : requirements
       <define>_DEBUG
       <cflags>/c
    ;

exe a : a.cpp ;

I notice there is no -D_DEBUG in my cl.exe line. On the other hand I do
see /c.

thanks,

Zhon


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