diff --git a/Cargo.toml b/Cargo.toml index 27bdba5847dfc..b4179dd855f56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,10 @@ readme = "README.md" publish = false [profile.bench] -debug = true +debug = false +opt-level = 3 +lto = true +codegen-units = 1 [package.metadata.deb] maintainer-scripts = "distribution/debian/scripts/"