Changes between Version 4 and Version 5 of boost


Ignore:
Timestamp:
12/20/2023 06:13:04 PM (4 months ago)
Author:
pierre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • boost

    v4 v5  
    88
    99If you wish to get verbose output from '''./b2''', 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 '''./b2''' invocation (the second invocation for install only copies the files).
    10 
    11 [wiki:GeneralLibraries Up]