diff --git a/litellm-rust/Cargo.toml b/litellm-rust/Cargo.toml index 8725b25cfc7..570d0dd3568 100644 --- a/litellm-rust/Cargo.toml +++ b/litellm-rust/Cargo.toml @@ -73,7 +73,7 @@ fancy-regex = "0.19.2" veil = "0.3.0" [profile.release] -opt-level = 2 +opt-level = 3 lto = "thin" codegen-units = 1 panic = "unwind"