aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/lto_threads.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-02-14 21:28:44 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-02-14 21:28:44 +0200
commit5d651e76b5b6dba5dd03ffec609719b02d703bb7 (patch)
treea2796da9b60e919af3fd08c4a206d29e61e6de5c /docs/markdown/snippets/lto_threads.md
parentc0b448d3ca98cea2c6a55609772baa7954702fd8 (diff)
downloadmeson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.zip
meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.tar.gz
meson-5d651e76b5b6dba5dd03ffec609719b02d703bb7.tar.bz2
Set up release 0.57.0.57.0
Diffstat (limited to 'docs/markdown/snippets/lto_threads.md')
-rw-r--r--docs/markdown/snippets/lto_threads.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/lto_threads.md b/docs/markdown/snippets/lto_threads.md
deleted file mode 100644
index 77c8047..0000000
--- a/docs/markdown/snippets/lto_threads.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## Knob to control LTO thread
-
-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 implements it's on `auto` we use that,
-otherwise the number of threads on the machine is used.