Open
Bug 1436981
Opened 7 years ago
Updated 3 years ago
Inform user about the need to specify --disable-debug-symbols on 32-bit build host
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: hsivonen, Unassigned)
Details
As seen in bug 1401093, in order to build on a 32-bit host, --disable-debug-symbols is needed to avoid rustc running out of memory.
It would save quite a bit time and confusion of mach pointed this out when trying to build on a 32-bit host (not just x86 but armv7, too).
Updated•7 years ago
|
Product: Core → Firefox Build System
Comment 1•7 years ago
|
||
If we run out of memory generating them, I think we should disable debug symbols automatically when building on 32-bit hosts. (At least for the configurations where we know it won't work.)
Component: Mach Core → 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
•