-
Notifications
You must be signed in to change notification settings - Fork 77
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
fix "file too big" error in MinGW Debug #644
Conversation
Cool thanks! lets see what CI thinks. And does this now mean that MinGW builds and works on Windows ? As i've then created another task #645 to create a CI runner for it, so we can ensure we don't regress :-) |
That is a good assumption. I have still errors, but about my own code, so I can't be sure before fixing my own mess. :) |
Please try building the examples in this repo with MinGW so you don't have the uncertainty about your downstream code. I'd like to confirm that MinGW builds do work with this before merging. |
3ec2bac
to
ffb3b64
Compare
ffb3b64
to
9afa9fb
Compare
Can you explicitly confirm this does build now with MinGW? I'm unclear if that's what you meant by the 👍 on my last comment. |
I was only acknowledging the demand, not giving the OK |
Problem while compiling cc-rs and no time tonight to debug it.
|
Looks like you have local changes or something broken upstream in cc, but they haven't had a release in a while. Could try |
I had first to delete the .cargo/registry and then it compiled. |
Thanks for your contributions! I'm glad we have MinGW support now!! |
@jacquetc Thank you very much for the contribution 🥳 We should probably also investigate whether we can decrease the size of these object files. |
You are welcome 😄 I fear that investigating the size is a bit too low level for my current knowledge. |
Right, don't feel obliged to continue on this issue, we can probably look into this ourselves, as the object files are likely just as big on linux. It's just something to keep in mind when we finally get around to optimizing for build times. |
#625