diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-11-06 15:42:05 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-11-06 15:42:05 +0200 |
commit | c1e9a0ea60780e14f3579f4a0b7ecb10145b8adb (patch) | |
tree | 978c153c843051f066ff17e6097ee40ff6482472 /docs/markdown/snippets/thinlto_cache.md | |
parent | fa86a9d96d67343d625b717224747df30e3f1b28 (diff) | |
download | meson-c1e9a0ea60780e14f3579f4a0b7ecb10145b8adb.zip meson-c1e9a0ea60780e14f3579f4a0b7ecb10145b8adb.tar.gz meson-c1e9a0ea60780e14f3579f4a0b7ecb10145b8adb.tar.bz2 |
Generate release notes for 0.64.
Diffstat (limited to 'docs/markdown/snippets/thinlto_cache.md')
-rw-r--r-- | docs/markdown/snippets/thinlto_cache.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/thinlto_cache.md b/docs/markdown/snippets/thinlto_cache.md deleted file mode 100644 index 5c6e202..0000000 --- a/docs/markdown/snippets/thinlto_cache.md +++ /dev/null @@ -1,8 +0,0 @@ -## 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`. |