diff --git a/Cargo.toml b/Cargo.toml index 5ce6fef..7a404ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.1" edition = "2024" [profile.release] +opt-level = "z" lto = "fat" strip = "symbols"