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:
Simon Sapin 2018-01-04 17:30:22 +01:00
parent 54f67c3fbe
commit 59bb421ea1

View file

@ -14,9 +14,6 @@ default-members = [
]
exclude = [".cargo"]
[profile.dev]
codegen-units = 4
[profile.release]
opt-level = 3
# Uncomment to profile on Linux: