Changes between Version 4 and Version 5 of boost
- Timestamp:
- 12/20/2023 06:13:04 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified boost
v4 v5 8 8 9 9 If 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]