-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Undefined reference to _Unwind_Resume while building rust #77394
Comments
Try setting this to optimize = true; like the comment says, the reverse isn't supported. |
@jyn514 I will try enabling optimization but |
@jyn514 enabling optimization does not resolve this. error: aborting due to previous error error: could not compile |
Duplicate of #76020 |
Reproduce in stable Rust by:
Environment: Ubuntu 20.04 LTS x64, rustc 1.59.0 (9d1b210 2022-02-23) |
Closing as a duplicate of #76020. |
This is my config.toml
https://gist.github.com/kamleshbhalui/fcf70a8f4167565f7e73e90d13d468fa#file-config-toml
with latest rust clone(01-10-2020)
The text was updated successfully, but these errors were encountered: