-
Notifications
You must be signed in to change notification settings - Fork 13k
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
unable to build on windows when "optimize = false" #65352
Comments
Unfortunately I suspect we both can't really and shouldn't do anything here. A non optimized build is going to be too slow for any meaningful work. I believe there are similar pre-existing issues for the general case of this bug, though I don't recall if they have any resolution. |
Then should we just get rid of this option in |
You're probably not wrong, it's mostly that no one has gotten around to doing so. |
I'll check if it's easy to create a patch to remove this. |
When "optimize" in
config.toml
is set tofalse
, windows build msvc is unable to build properly. It's due to the limitation of 65535 objects in the linker object.see following error:
The text was updated successfully, but these errors were encountered: