Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strip the browser binaries #658

Closed
pavelfeldman opened this issue Jan 26, 2020 · 1 comment
Closed

Strip the browser binaries #658

pavelfeldman opened this issue Jan 26, 2020 · 1 comment

Comments

@pavelfeldman
Copy link
Member

There is a way to significantly shrink our binaries if we remove stray targets and strip extra symbols.

aslushnikov added a commit that referenced this issue Jan 31, 2020
The `--strip-unneeded` removes all symbols needed for library
compilation as part of a `.a` static library.
([source](https://www.technovelty.org/linux/stripping-shared-libraries.html))

So these are safe to remove and they should keep our binary
debuggable. These should save us ~100Mb unzipped.

References #658
@aslushnikov
Copy link
Contributor

Shaved off 25% from WebKit Linux builds while keeping webkit crashes sufficiently debuggable.

sand4rt pushed a commit to sand4rt/playwright that referenced this issue Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants