Changes between Version 2 and Version 3 of boost


Ignore:
Timestamp:
04/25/2019 09:03:19 PM (5 years ago)
Author:
ken@…
Comment:

Note how to see what the build is doing, and how to add any CXXFLAGS

Legend:

Unmodified
Added
Removed
Modified
  • boost

    v2 v3  
    1010(obviously, expand $PREFIX to /usr and $DESTDIR to /some/path/to/directory)
    1111
     12If you wish to get verbose output from bjam, add '-d+2' to the invocation. Doing that, you can see that only g++ is used, and that the default compile flags are -O3. If you wish to append any other CXXFLAGS, add cxxflags="-fwhatever" to the first bjam invocation (the second invocation for install only copies the files).
     13
     14For the little it is worth, the output of bootsrap.sh is in bootstrap.log - it uses gcc without any CFLAGS, but optimizing that seems a waste of time.
     15
    1216[wiki:GeneralLibraries Up][[br]]
    1317[wiki:BlfsNotes Top]