$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Add a compile flag to bjam?
From: John Rocha (jrr_at_[hidden])
Date: 2012-06-01 10:52:22
On 6/1/2012 6:45 AM, Neal Becker wrote:
> Using bjam, is there an easy way (preferably on the command line) to add a flag
> or 2 to the compile (using gcc)?
>
> I'd like to add an optimization or 2.
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
See if the information on the following link will help.
http://stackoverflow.com/questions/9709875/how-to-compile-boost-with-g-debug-flag/9710659#9710659
-=John