-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Huge binary size on windows #109
Comments
This is not getting any better. The https://anaconda.org/conda-forge/libgoogle-cloud-all-devel/files But at least the more popular libraries (storage) are a more moderate 5.3 MiB: https://anaconda.org/conda-forge/libgoogle-cloud-storage-devel/files |
The good thing is that the devel package is not a runtime dependency, so the size of that is less relevant. We'd need to check the size of That's a bit of a surprise, and probably means that something is going wrong there, and apparently also the DSOs themselves end up in the devel package... |
No DSOs for Windows, so that is expected for now. |
Ah, true, forgot about that for a second 😅 |
Currently 1.8MB on unix, 67MB on windows. Might also be related to building statically on windows.
The text was updated successfully, but these errors were encountered: