diff --git a/Cargo.toml b/Cargo.toml index 859ae07af..a930a8cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,8 @@ rust-version = "1.60" [profile.release] lto = true +codegen-units = 1 +opt-level = "s" [dependencies] anyhow = "1.0.65"