mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Don’t set codegen-units to 4.
The default is now 16:
b5361d0d41/src/librustc/session/mod.rs (L738-L788)
This commit is contained in:
parent
54f67c3fbe
commit
59bb421ea1
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ default-members = [
|
|||
]
|
||||
exclude = [".cargo"]
|
||||
|
||||
[profile.dev]
|
||||
codegen-units = 4
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
# Uncomment to profile on Linux:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue