
17 Dec
2004
17 Dec
'04
1:15 a.m.
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