Closed
Bug 923528
Opened 12 years ago
Closed 12 years ago
js/src/configure.in differs from configure.in in JS_GC_ZEAL setting
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: billm, Assigned: billm)
Details
Attachments
(1 file)
|
868 bytes,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
In the JS one, we set JS_GC_ZEAL if DEBUG is true. We don't do that in configure.in. That sort of thing can really mess up the layout of header files that are included by both Gecko and SpiderMonkey.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #813623 -
Flags: review?(terrence)
Updated•12 years ago
|
Attachment #813623 -
Flags: review?(terrence) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•