aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/lto_threads.md
AgeCommit message (Collapse)AuthorFilesLines
2021-02-14Set up release 0.57.0.57.0Jussi Pakkanen1-7/+0
2021-02-03Fix some typos in the release notes snippetsLuca Weiss1-2/+2
2021-02-02compilers: Add support for using multiple threads with ltoDylan Baker1-0/+7
Both Clang and GCC support using multiple threads for preforming link time optimizaions, and they can now be configured using the `-Db_lto_threads` option. Fixes #7820