From a5afc2cb722e8e6cf524a2f27438bcd7a492b42d Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 28 Mar 2026 15:50:12 -0400 Subject: [PATCH] perf: enable thin LTO in release profile --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4fecf194..7145f593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,6 +125,7 @@ missing_fields_in_debug = "allow" # Manual Debug impls often intentionally omit [profile.release] strip = true +lto = "thin" [profile.dev] # Faster compile times for dev builds