From a0b7fefef606bf828f3008496157879c7b5d29d1 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Mon, 4 Jul 2022 14:18:18 -0400 Subject: [PATCH] Removed codegen unit restriction for dev builds --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f910686269..fec9ce5a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,6 @@ overflow-checks = true debug-assertions = true panic = "abort" debug = false -codegen-units = 8 lto = false incremental = true # All packages that aren't members of this workspace