-
Couldn't load subscription status.
- Fork 13.9k
[beta] Turn back on "fat" LTO by default #47548
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
Conversation
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
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
Thanks, @alexcrichton! @bors r+ |
|
📌 Commit c4771ec has been approved by |
|
Does this PR need a higher bors priority because it is a beta-backport? |
|
@bors p=1 |
[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 #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 #47409
|
☀️ Test successful - status-appveyor, status-travis |
This commit reverts a small portion of the switch to ThinLTO by default which
changed the meaning of
-C ltofrom "put the whole crate graph into one codegenunit" to "perform ThinLTO over the whole crate graph". This backport has no
corresponding commit on master as #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 #47409