Closed Bug 963651 Opened 10 years ago Closed 10 years ago

C++ unit tests not getting stripped

Categories

(Firefox Build System :: General, defect)

All
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla29

People

(Reporter: ted, Assigned: ted)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

bug 920055 regressed this. It's using $(OBJCOPY) $(STRIP_FLAGS), but STRIP_FLAGS is unset by default, and running objcopy without any flags doesn't actually do any stripping.
Simple fix, just default to --strip-unneeded.
Attachment #8365174 - Flags: review?(mh+mozilla)
Comment on attachment 8365174 [details] [diff] [review]
strip C++ unit tests even when STRIP_FLAGS are unset

Stealing from glandium - looks good to me!
Attachment #8365174 - Flags: review?(mh+mozilla) → review+
Landed to help with ftp load:
remote:   https://hg.mozilla.org/integration/mozilla-inbound/rev/431612fab17e

Thank you for this :-)
https://hg.mozilla.org/mozilla-central/rev/431612fab17e
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: