mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
* add LTO support Adds lto feature with 2 values: off (the default) and on. The feature enables link-time optimizations. Also adds support for the feature to gcc, clang and msvc toolsets. * add docs for lto feature * add lto-mode subfeature * change lto-mode=full to be the default for uniform behaviour * make lto feature optional