Open
Bug 1571166
Opened 6 years ago
Updated 3 years ago
noopt builds are too optimized
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: jrmuizel, Unassigned)
Details
Attachments
(1 file)
No description provided.
| Reporter | ||
Comment 1•6 years ago
|
||
Rust code ends up getting built with opt-level=1. This makes for problems like https://github.com/rust-lang/rust/issues/59558.
| Reporter | ||
Comment 2•6 years ago
|
||
Rust code is normally built with opt-level=1.
Droping to opt-level=0 fixes problems like
https://github.com/rust-lang/rust/issues/59558.
Updated•6 years ago
|
Component: Task Configuration → General
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•