Auto merge of #11156 - larsbergstrom:more_codegen_units_removal, r=mbrubeck

Remove codegen-units from cef

r? @mbrubeck @metajack

Should fix regression in #11123 that caused build-cef to rebuild again.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11156)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-05-12 08:18:03 -07:00
commit 9189b9ee63

View file

@ -10,7 +10,6 @@ crate-type = ["dylib"]
[profile.release]
opt-level = 3
codegen-units = 4
# Uncomment to profile on Linux:
# debug = true
# lto = false