Closed Bug 316841 Opened 20 years ago Closed 19 years ago

Don't strip symbols on solaris

Categories

(Firefox Build System :: General, defect)

Sun
Solaris
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: eagle.lu, Unassigned)

Details

Attachments

(1 file)

Re-produce steps: 1. cd xpinstall/packger 2. make A binrary tarball will be built with symbols stripped. When firefox crashed, the call stacks contained in core will not contain symbol information. This call stack will give developer little help. At least on solaris, the final tarball should contain symbol information.
Attached patch patchSplinter Review
Attachment #203384 - Flags: review?(bryner)
Comment on attachment 203384 [details] [diff] [review] patch I don't think it makes sense to special case this for Solaris. These packages are generated for end-users, not developers.
Attachment #203384 - Flags: review?(bryner) → review-
OS: Windows 2000 → Solaris
Hardware: PC → Sun
This can be easily avoided by adding STRIP=: or STRIP=true or PKG_SKIP_STRIP=1 to the make commandline. There's no reason to hardcode these defaults for a specific platform.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: