diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2021-02-03 19:36:20 +0100 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-02-03 11:15:14 -0800 |
commit | 673aff3595d04a82d431dc4903c95227481565ca (patch) | |
tree | 426af8caba9611a53704c874d502cc0770857e56 /docs/markdown/snippets/lto_threads.md | |
parent | a174855200ee0fd42bb3d23374a9d018b1888948 (diff) | |
download | meson-673aff3595d04a82d431dc4903c95227481565ca.zip meson-673aff3595d04a82d431dc4903c95227481565ca.tar.gz meson-673aff3595d04a82d431dc4903c95227481565ca.tar.bz2 |
Fix some typos in the release notes snippets
Diffstat (limited to 'docs/markdown/snippets/lto_threads.md')
-rw-r--r-- | docs/markdown/snippets/lto_threads.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/snippets/lto_threads.md b/docs/markdown/snippets/lto_threads.md index a6f7614..77c8047 100644 --- a/docs/markdown/snippets/lto_threads.md +++ b/docs/markdown/snippets/lto_threads.md @@ -1,7 +1,7 @@ ## Knob to control LTO thread -Both the gnu linker and lld support using threads for speading up LTO, meson +Both the gnu linker and lld support using threads for speeding up LTO, meson now provides a knob for this: `-Db_lto_threads`. Currently this is only supported for clang and gcc. Any positive integer is supported, `0` means -`auto`. If the compiler or linker implemnets it's on `auto` we use that, +`auto`. If the compiler or linker implements it's on `auto` we use that, otherwise the number of threads on the machine is used. |