Closed
Bug 285087
Opened 20 years ago
Closed 8 years ago
Make --enable-debug include DEBUG_LAYOUT (or provide respective configure option)
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mnyromyr, Unassigned)
Details
Currently, layout debug code is not build by default, even when compiling with --enable-debug set. (This, btw, renders the user_pref xul.debug.box in the Seamonkey preferences pretty useless!) We should have either --enable-debug include DEBUG_LAYOUT also or have an ac_add_options to easily allow DEBUG_LAYOUT to be specified.
| Reporter | ||
Comment 1•20 years ago
|
||
And another BTW: DEBUG_LAYOUT is pretty broken, too, at the moment...
Comment 2•19 years ago
|
||
Mass reassign of open bugs for chase@mozilla.org to build@mozilla-org.bugs.
Assignee: chase → build
Updated•19 years ago
|
Assignee: build → nobody
QA Contact: build-config
Comment 3•8 years ago
|
||
The only references to DEBUG_LAYOUT I see today are #ifdef in .h and .cpp files: there's nothing in the build system. Since 12 years have passed, I'm going to say this bug isn't worth doing. I've CCd dbaron just in case he has an opinion.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
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
•