Bug 1436251 - Set codegen-units=1 in --enable-release; r=glandium

MozReview-Commit-ID: 8kGTFAXfB2i

--HG--
extra : rebase_source : bc1860366646e629deef3c819576d208b1b6cd73
This commit is contained in:
Manish Goregaokar 2018-02-06 19:06:03 -08:00
parent fff9e9f366
commit 72ed6d355d
3 changed files with 3 additions and 0 deletions

View File

@ -555,6 +555,7 @@ class TreeMetadataEmitter(LoggingMixin):
'rpath': False,
'debug-assertions': False,
'panic': 'abort',
'codegen-units': 1,
}
if profile != expected_profile:

View File

@ -45,6 +45,7 @@ opt-level = 2
rpath = false
debug-assertions = false
panic = "abort"
codegen-units = 1
[patch.crates-io]
libudev-sys = { path = "../../../../dom/webauthn/libudev-sys" }

View File

@ -45,6 +45,7 @@ opt-level = 2
rpath = false
debug-assertions = false
panic = "abort"
codegen-units = 1
[patch.crates-io]
libudev-sys = { path = "../../../dom/webauthn/libudev-sys" }