c49c58dec5
[dep-upgrade-202402] update rustc to 1.73
3a49f86073
Merge pull request 'Enable LTO for release builds using Nix' (#707) from lto-nix into main
2b92e8d7c6
[lto-nix] enable LTO for release builds using Nix
3a49f86073
Merge pull request 'Enable LTO for release builds using Nix' (#707) from lto-nix into main
2b92e8d7c6
[lto-nix] enable LTO for release builds using Nix
Enable LTO for release builds using Nix
Enable LTO for release builds using Nix
Cargo.toml: Enable full LTO in release builds and thin in dev builds.
I think thin LTO is adding at least a few minutes to our debug builds which is pretty annoying for the CI, so I will disable it on debug for now.
19b31f6978
[dep-upgrade-202402] update rustc to 1.73
960e486d25
[dep-upgrade-202402] update Cargo.nix with new optimization profiles