Boost logo

Boost :

From: Kon Lovett (klovett_at_[hidden])
Date: 2004-12-16 20:15:44


On Dec 16, 2004, at 9:50 AM, Robert Ramey wrote:

>
>
> Alan wrote:
>> Yes. Done. Here is relevent bit of the Jamfile.
>>
>> lib boost_serialization
> ...
>>
>> ## Darwin doesn't like optimization...
>> <darwin><*><optimization>off
>> <darwin><*><inlining>off
> ...
>
> a) instead of <darwin><*>... try each of the following
>
> <darwin><release><optimization>space
> <darwin><release><optimization>space
>
> and try with and without
>
> <darwin><inlining>off

Only needs <darwin><release><inlining>off. -O3 is ok in the release
variant.

>
> Is there anyone who want's to chiime in and indicate how these
> statements
> would be applied to just one source file in the library - that is
> ...

Kon


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