You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to the the same issue as rust-lang/rust#41190, just for this crate instead of rustc.
The linker fails if the command line is too long (32767 characters on windows).
Splitting a library into multiple libraries is currently a workaround.
The text was updated successfully, but these errors were encountered:
I'm going to close this for now since I don't think it's really come up in practice all that much and splitting into multiple libraries should work for the rare cases it does come up.
This seems to the the same issue as rust-lang/rust#41190, just for this crate instead of rustc.
The linker fails if the command line is too long (32767 characters on windows).
Splitting a library into multiple libraries is currently a workaround.
The text was updated successfully, but these errors were encountered: