Open
Description
Problem
Cargo incorrectly uses -C linker-plugin-lto
to request bitcode only crates. That's not what -C linker-plugin-lto
is intended for. On Windows it has the additional effect of changing how crates a linked together, making it incorrect to mix crates not built with -C linker-plugin-lto
with ones which are.
This is a contributing factor to rust-lang/rust#127979.
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
No response