diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-07 19:41:23 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-08 10:22:23 +0100 |
commit | 2b92e8d7c6bcfaec7d9b8457d9a7e88aa85ee268 (patch) | |
tree | 68bf4ad030331f2483fa0f132daa1bc3f81bd177 /Cargo.toml | |
parent | 59930977e074a78adaf43f9933612dae835804cf (diff) | |
download | garage-2b92e8d7c6bcfaec7d9b8457d9a7e88aa85ee268.tar.gz garage-2b92e8d7c6bcfaec7d9b8457d9a7e88aa85ee268.zip |
[lto-nix] enable LTO for release builds using Nixlto-nix
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -131,7 +131,8 @@ aws-sdk-config = "1.13" aws-sdk-s3 = "1.14" [profile.dev] -lto = "thin" +#lto = "thin" # disabled for now, adds 2-4 min to each CI build +lto = "off" [profile.release] lto = true |