Open
Bug 1380378
Opened 8 years ago
Updated 2 years ago
Allow compiling rust code with opt-level=0
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: jrmuizel, Unassigned)
References
Details
Debugging information sometimes gets erased with opt-level=1 so it would be nice to have option of optimizing less.
Comment 1•8 years ago
|
||
Build with --disable-optimize ?
Reporter | ||
Comment 2•8 years ago
|
||
Is there a way to get that for only rust code?
Flags: needinfo?(mh+mozilla)
Comment 3•8 years ago
|
||
Flags: needinfo?(mh+mozilla)
Reporter | ||
Comment 4•8 years ago
|
||
--enable-rust-debug builds with opt-level=1
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•