|
Boost-Build : |
From: Prashant Thakre (prashant.thakre_at_[hidden])
Date: 2007-05-02 13:10:03
On 02/05/07, David Abrahams <dave_at_[hidden]> wrote:
>
> I notice that we're not defining _DEBUG anywhere for the Boost.Build
> debug variant on windows. Various win32 debugging idioms
> (e.g. ASSERT) depend on this symbol being defined, but I'm not enough
> of a Windows expert to form an opinion on whether our tools should
> define it.
>
> --
> Dave Abrahams
> Boost Consulting
> http://www.boost-consulting.com
>
> Don't Miss BoostCon 2007! ==> http://www.boostcon.com
>
The compiler defines "_DEBUG" when you specify the /MTd or /MDd
option. These options specify debug versions of the C run-time
library.
-- regards, Prashant Thakre
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