[C++-sig] Re: Compilation options

Olivier Ravard olivier.ravard at novagrid.com
Thu Jun 10 15:14:03 CEST 2004


----- Original Message ----- 
From: "David Abrahams" <dave at boost-consulting.com>
To: <c++-sig at python.org>
Sent: Thursday, June 10, 2004 2:35 PM
Subject: [C++-sig] Re: Compilation options


> "Olivier Ravard" <olivier.ravard at novagrid.com> writes:
> 
> > Hi,
> >
> > I compiled some modules with boost.build and mingw tool.
> > How can I do to tell bjam to compile with the -O3 option ?
> >
> > Thanks.
> 
> Are you sure you don't just want a full release build?
> 
>   bjam -sTOOLS=mingw -sBUILD=release
> 
> If you really *only* want the -03 flag,
> 
>   bjam -sTOOLS=mingw "-sBUILD=<cxxflags>-O3"
> 
> but that's usually not what you want.
> 

In fact, I want a release build with the -O3 option...

> 
> -- 
> Dave Abrahams
> Boost Consulting
> http://www.boost-consulting.com
> 
> 
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig




More information about the Cplusplus-sig mailing list