The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
452 B
8 lines
452 B
## Incremental ThinLTO with `b_thinlto_cache` |
|
|
|
[Incremental ThinLTO](https://clang.llvm.org/docs/ThinLTO.html#incremental) can now be enabled by passing |
|
`-Db_thinlto_cache=true` during setup. The use of caching speeds up incremental builds significantly while retaining all |
|
the runtime performance benefits of ThinLTO. |
|
|
|
The cache location defaults to a Meson-managed directory inside the build folder, but can be customized with |
|
`b_thinlto_cache_dir`.
|
|
|