From 5d651e76b5b6dba5dd03ffec609719b02d703bb7 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 14 Feb 2021 21:28:44 +0200 Subject: Set up release 0.57. --- docs/markdown/snippets/lto_threads.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 docs/markdown/snippets/lto_threads.md (limited to 'docs/markdown/snippets/lto_threads.md') 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. -- cgit v1.1