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

Split out static library #260

Closed
jcrist opened this issue May 28, 2019 · 1 comment · Fixed by #367
Closed

Split out static library #260

jcrist opened this issue May 28, 2019 · 1 comment · Fixed by #367

Comments

@jcrist
Copy link
Member

jcrist commented May 28, 2019

The libpython static library is quite large

$ du -h ./lib/libpython3.7m.a
 16M    ./lib/libpython3.7m.a

and won't be used by most users. It would be useful to split this out into a separate package if possible, to reduce installation size (important for docker images).

@mingwandroid
Copy link
Contributor

Good idea. We should add a split package for the testsuite too (which we delete at present!)

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 a pull request may close this issue.

2 participants