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