diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-06-01 19:07:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 19:07:58 +0200 |
commit | 1892355766af57868f74a9efd75aa279b29a04f6 (patch) | |
tree | 512738cdb9c0b042e47e4537123e6d19ecbbf982 /doc | |
parent | 078c80f7500edd3adc3be5f7fb2801ba346c1d81 (diff) | |
parent | a5f7b934bd71fb249b31438289c52ced4a065d40 (diff) |
Merge pull request #5813 from pennae/lto
enable LTO in optimized builds
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index c869b5e2f..52e3b6240 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -1 +1,4 @@ # Release X.Y (202?-??-??) + +* Nix can now be built with LTO by passing `--enable-lto` to `configure`. + LTO is currently only supported when building with GCC. |