Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-14 | Set up release 0.57.0.57.0 | Jussi Pakkanen | 1 | -7/+0 | |
2021-02-03 | Fix some typos in the release notes snippets | Luca Weiss | 1 | -2/+2 | |
2021-02-02 | compilers: Add support for using multiple threads with lto | Dylan Baker | 1 | -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 |