-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Can't compile with --disable-optimize due to undefined references to core::panicking::panic_old #43415
Comments
The issue appears to be, that various symbols from
|
So, at least for the
If that is indeed the case, I'm wondering why we are not seeing that kind of issue more often? |
Now, I'm really confused: When doing an optimized build, the two missing symbols are exported:
|
So the thing that seems to make the difference is that, in the If |
Triage: It's been two years. Is this bug still relevant? |
I'm thinking this issue is related to #44322 |
Triage: No one said "yes" to
so let's close. |
Note: to get to this issue, #43411 must be fixed first by applying rust-lang/compiler-builtins#181.
When attempting to build rustc without optimizations, linking
serialize
fails:full log
The text was updated successfully, but these errors were encountered: