Closed
Bug 1311567
Opened 8 years ago
Closed 8 years ago
Enable color output from compilers by default
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox52 affected)
RESOLVED
DUPLICATE
of bug 1171610
Tracking | Status | |
---|---|---|
firefox52 | --- | affected |
People
(Reporter: xidorn, Unassigned)
References
Details
Currently people need to add lines like
> export CFLAGS="-fcolor-diagnostics"
> export CXXFLAGS="-fcolor-diagnostics"
> mk_add_options CARGOFLAGS="--color always"
to their .mozconfig to get color output.
I think they should be enabled by default when mach is run in a terminal supports color.
Comment 1•8 years ago
|
||
With bug 1315785 in place, this should be trivial to accomplish once bug 1171610 lands colorization detection to configure.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•