From fae0b362488cb32e6864a265a65ba929ffe7301e Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 31 Aug 2023 16:27:46 -0400 Subject: [PATCH] chore: re-enable lto --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffc1880..0cd4859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ sha1 = { version = "0.10", features = ["asm"] } toml = "0.7" [profile.release] -#lto = true +lto = true