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 #7

Merged
merged 1 commit into from
Sep 26, 2018
Merged

--strip #7

merged 1 commit into from
Sep 26, 2018

Conversation

ijl
Copy link
Contributor

@ijl ijl commented Sep 24, 2018

This strips shared libraries through a link arg. It's a common enough case to merit its own flag, I think.

@konstin
Copy link
Member

konstin commented Sep 26, 2018

I didn't even know that this option existed, but it definitely should be supported!

I've compared the reduction from this and the last PR and the results are truly amazing - The new files are about 25x smaller than the old ones:

wheel baseline deflate strip + deflate
get_fourtytwo-2.0.1-cp36-cp36m-manylinux1_x86_64.whl 2,8M 771K 102K
hello_world-0.1.0-py2.py3-none-manylinux1_x86_64.whl 3,9M 1,1M 180K
points-0.1.0-py2.py3-none-manylinux1_x86_64.whl 2,8M 752K 85K

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants