From e5f42776a701a5f1947ab564ec458f3e34f766c1 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Thu, 12 May 2016 09:44:09 -0500 Subject: [PATCH] Remove codegen-units from cef --- ports/cef/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/cef/Cargo.toml b/ports/cef/Cargo.toml index 17f495dce78..41901fe360b 100644 --- a/ports/cef/Cargo.toml +++ b/ports/cef/Cargo.toml @@ -10,7 +10,6 @@ crate-type = ["dylib"] [profile.release] opt-level = 3 -codegen-units = 4 # Uncomment to profile on Linux: # debug = true # lto = false