Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[beta] Turn back on "fat" LTO by default
This commit reverts a small portion of the switch to ThinLTO by default which changed the meaning of `-C lto` from "put the whole crate graph into one codegen unit" to "perform ThinLTO over the whole crate graph". This backport has no corresponding commit on master as rust-lang#47521 is making the same change but in a slightly different manner. This commit is intended to be a surgical change with low impact on beta. Closes rust-lang#47409
- Loading branch information