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
We can remove strip command in CI due to this pr stablized: rust-lang/cargo#10088 But not sure rust 1.58 will include this feature.
The text was updated successfully, but these errors were encountered:
It will happen to 1.59. https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1580-2022-01-13
Sorry, something went wrong.
It will happen in 1.59. This flag can be only used as rustc flag, not available in cargo.profile.
[profile.release] codegen-units = 1 lto = true opt-level = 3 panic = "unwind" strip = "symbols"
Dengjianping
Successfully merging a pull request may close this issue.
We can remove strip command in CI due to this pr stablized: rust-lang/cargo#10088
But not sure rust 1.58 will include this feature.
The text was updated successfully, but these errors were encountered: