How to tell what optimizations bjam is using to build boost

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-05-08T14:51:21Z Indexed on 2010/05/08 14:58 UTC
Read the original article Hit count: 220

Filed under:
|
|

I'm building the boost libraries with bjam for both the intel compiler and vs2008, and I can't tell what optimizations are being passed to the compiler from bjam. For one of the compiler's gcc, I can see some optimizations in one of the bjam files, but I can't find the optimization flags for the compilers I care about. So, my questions are -

  1. Does anyone know where the default optimization flags are located?
  2. If they're declared within bjam, does anyone know how I can override them?

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost