mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Auto merge of #11123 - larsbergstrom:disable_codgen_units, r=pcwalton
Disable codegen-units due to performance regressions r? @pcwalton Fixes #11102. CC @alexcrichton, @nmatsakis - basically, `codegen-units` is nice for local compilation speedups but results in too many perf regressions to keep it for release builds. <!-- 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/11123) <!-- Reviewable:end -->
This commit is contained in:
commit
cf2b9401ef
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ energy-profiling = ["profile_traits/energy-profiling"]
|
|||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
codegen-units = 4
|
||||
# Uncomment to profile on Linux:
|
||||
# debug = true
|
||||
# lto = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue