diff --git a/Cargo.toml b/Cargo.toml index 3b13e79..f07b396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +opt-level = 3 +codegen-units = 1 + [dependencies]