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

Release binaries are unnecessarily large #302

Open
stuarteberg opened this issue Dec 17, 2018 · 0 comments
Open

Release binaries are unnecessarily large #302

stuarteberg opened this issue Dec 17, 2018 · 0 comments
Assignees

Comments

@stuarteberg
Copy link
Member

The Linux binary distribution tarball (and possibly the Mac one, too) is larger then it ought to be. That's mostly because we don't prune out the unnecessary .so files, nor do we prune out .a files (which are all unnecessary).

It wouldn't be very hard to write a short script to analyze the dvid binary and its shared object dependencies (recursively). It should be called from make-release-distribution.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants