aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-02-08 10:36:49 +0000
committerAlex <alex@adnab.me>2024-02-08 10:36:49 +0000
commit3a49f860731cfe1ba9924a0041b78456af9565a4 (patch)
tree68bf4ad030331f2483fa0f132daa1bc3f81bd177 /Cargo.toml
parent59930977e074a78adaf43f9933612dae835804cf (diff)
parent2b92e8d7c6bcfaec7d9b8457d9a7e88aa85ee268 (diff)
downloadgarage-3a49f860731cfe1ba9924a0041b78456af9565a4.tar.gz
garage-3a49f860731cfe1ba9924a0041b78456af9565a4.zip
Merge pull request 'Enable LTO for release builds using Nix' (#707) from lto-nix into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/707
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index baaf5c26..2c39179d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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