Boost logo

Boost :

Subject: Re: [boost] [explore] Library Proposal: Container Streaming
From: Mikael Olenfalk (mikael.olenfalk_at_[hidden])
Date: 2009-12-02 02:45:08


Just a quick note regarding debug compilation:

On Wed, Dec 2, 2009 at 8:06 AM, Vladimir Prus <vladimir_at_[hidden]> wrote:
>>
>>> - a 387K object file
>>
>> Let me check this. I am using -O2
>
> That's not debug build, for sure.
>

The -O2 setting only controls optimization, the -g flag is for
enabling debug. You can have debug builds and turn on optimization at
the same time, check for the presence of the -g flag (presence =
debug)

With kind regards,

Mikael Olenfalk


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk