Closed
Bug 1927982
Opened 10 months ago
Closed 9 months ago
Adjust sanitizer docs mozconfigs
Categories
(Core :: Sanitizers, task)
Core
Sanitizers
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•10 months ago
|
||
MOZ_DEBUG_SYMBOLS has been a no-op for essentially forever.
--enable-optimize was being abused to pass -gline-tables-only, which is
better passed to --enable-debug-symbols
--disable-debug is the default
--enable-optimize is the default
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/b2423d238488
Adjust sanitizer docs mozconfigs. r=truber
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•