Closed Bug 195186 Opened 21 years ago Closed 21 years ago

Use -exported_symbols_list instead of nmedit when possible

Categories

(SeaMonkey :: Build Config, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bryner, Assigned: bryner)

Details

Attachments

(1 file)

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.
Attached patch patchSplinter Review
Attachment #115742 - Flags: review?(seawood)
Comment on attachment 115742 [details] [diff] [review]
patch

r=cls
Attachment #115742 - Flags: review?(seawood) → review+
Attachment #115742 - Flags: superreview+
checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.