mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #9987 - larsbergstrom:codegen_units, r=metajack
Test using 4 parallel codegen units on release builds Do not merge yet! Doing a test run first. Note that `codegen-units` had very little effect on our dev builds (saved ~12 seconds http://logs.glob.uno/?c=mozilla%23servo&s=6+Aug+2015&e=6+Aug+2015#c252485). @bors-servo try <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9987) <!-- Reviewable:end -->
This commit is contained in:
commit
78b16bcc1d
2 changed files with 10 additions and 4 deletions
|
@ -66,12 +66,11 @@ headless = ["glutin_app/headless"]
|
|||
webdriver = ["webdriver_server"]
|
||||
energy-profiling = ["profile_traits/energy-profiling"]
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
codegen-units = 4
|
||||
# Uncomment to profile on Linux:
|
||||
#
|
||||
# [profile.release]
|
||||
# opt-level = 3
|
||||
# debug = true
|
||||
# rpath = false
|
||||
# lto = false
|
||||
|
||||
[dependencies.compositing]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue