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 be caused due to debug mode not using LTO. Apparently only the symbols of the main compilation unit get exposed in the shared / static library. I'm not sure if this is intended and if so, how to work around it.
It seems like rustc is going to gain cargo rustc -- --crate-type ... which would allow us to directly compile the capi crate rather than needing to reexport it.
Not quite sure what's happening here, but it's being tracked over here: rust-lang/rust#50007
The text was updated successfully, but these errors were encountered: