Boost logo

Boost-Build :

From: pfrants (patrick_at_[hidden])
Date: 2003-10-07 07:55:24


Hi,

First of all: I am still using V1.

I stumble upon a bug in one of the libstdc++ library header files,
which involves inline assembler. The problem is that the code
compiles (gcc) fine with optimization levels 1 to 3, but using level
0 results in incorrect behaviour.

I wrapped the call to these functions in one source file
root/QBase/OS/InterlockedFunctions.cpp. My goal is to prevent bjam
from using the -Oo flag on this source file. I could find no
references to turning certain flags on or off for specific source
files in the documentation or this yahooo group. How can I achieve my
goal?

Patrick

 


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