Closed
Bug 195186
Opened 23 years ago
Closed 23 years ago
Use -exported_symbols_list instead of nmedit when possible
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
|
1.72 KB,
patch
|
netscape
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
The December 2002 developer tools include a new option to ld,
-exported_symbols_list. This allows you to limit the exported symbols without
using nmedit (faster, since you don't need a second pass). We should add an
autoconf test for this and use it if it's available.
Also, we don't use MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS when MOZ_DEBUG is set
on other platforms; we shouldn't run nmedit in that case either (for developers
with older tools)... it's really slow on a debug libgklayout.
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Attachment #115742 -
Flags: review?(seawood)
Comment 2•23 years ago
|
||
Comment on attachment 115742 [details] [diff] [review]
patch
r=cls
Attachment #115742 -
Flags: review?(seawood) → review+
Updated•23 years ago
|
Attachment #115742 -
Flags: superreview+
| Assignee | ||
Comment 3•23 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•