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

A way to reduce winapi-*-pc-windows-gnu? #754

Closed
RazrFalcon opened this issue Mar 21, 2019 · 2 comments
Closed

A way to reduce winapi-*-pc-windows-gnu? #754

RazrFalcon opened this issue Mar 21, 2019 · 2 comments

Comments

@RazrFalcon
Copy link

Currently, they are almost 100MB big, which is a bit of a problem when using cargo-vendor.

Is there a way to reduce their size or make them optional?

@retep998
Copy link
Owner

Those import libraries are necessary when targeting pc-windows-gnu unfortunately, and there's nothing sane I can currently do to improve the situation. However once rust-lang/rust#58713 is implemented I will be able to eliminate them entirely.

@RazrFalcon
Copy link
Author

I see. Thanks.

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