From 59bb421ea107adfeb0c986c58f2f50da420dbb5a Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 4 Jan 2018 17:30:22 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20set=20codegen-units=20to=204.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default is now 16: https://github.com/rust-lang/rust/blob/b5361d0d41/src/librustc/session/mod.rs#L738-L788 --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 35eb7d55cc6..6c492634dd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,6 @@ default-members = [ ] exclude = [".cargo"] -[profile.dev] -codegen-units = 4 - [profile.release] opt-level = 3 # Uncomment to profile on Linux: