We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I updated to the nightly 2019-01-27 msvc from 2019-01-25 msvc and my release profile using lto = true broke.
2019-01-27 msvc
2019-01-25 msvc
lto = true
The error message given is Can't perform LTO when compiling incrementally.
Can't perform LTO when compiling incrementally
The text was updated successfully, but these errors were encountered:
Cc @michaelwoerister - related to Cargo release changes, I suspect.
Sorry, something went wrong.
This is a cargo bug, with a fix at rust-lang/cargo#6610. Closing.
No branches or pull requests
I updated to the nightly
2019-01-27 msvc
from2019-01-25 msvc
and my release profile usinglto = true
broke.The error message given is
Can't perform LTO when compiling incrementally
.The text was updated successfully, but these errors were encountered: