diff --git a/Cargo.toml b/Cargo.toml index ed677ebc2b2f1..2380045fb0c50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -266,9 +266,6 @@ redundant_explicit_links = "allow" [profile.dev] lto = 'off' -[profile.bench] -lto = 'off' - [profile.release] debug = "full" split-debuginfo = "packed"