From e6203a77e7dc886c5f7dfbd58214e7dbe6469afb Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 14 Apr 2017 14:35:34 -0700 Subject: [PATCH] Compile with 4 codegen units on dev. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1f0af5ef..3b5031ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,6 @@ +[profile.dev] +codegen-units = 4 + [workspace] members = [ "lib/",