diff --git a/litellm-rust/Cargo.toml b/litellm-rust/Cargo.toml index 720c4545181..359734fa0fa 100644 --- a/litellm-rust/Cargo.toml +++ b/litellm-rust/Cargo.toml @@ -40,7 +40,7 @@ base64 = "0.22" [profile.release] opt-level = 3 -lto = "thin" +lto = "fat" codegen-units = 1 panic = "unwind" debug = false