diff --git a/Cargo.toml b/Cargo.toml index d39823f..8f4aea4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,4 +91,6 @@ name = "managarr" [profile.release] lto = true -codegen-units = 1 +codegen-units = 3 +opt-level = "s" +strip = true