We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a8d4b commit bbef4c4Copy full SHA for bbef4c4
src/bootstrap/src/core/build_steps/tool.rs
@@ -655,7 +655,7 @@ impl Step for Rustdoc {
655
SourceType::InTree,
656
features.as_slice(),
657
);
658
- cargo.env("CARGO_PROFILE_RELEASE_LTO", "thin");
+ // cargo.env("CARGO_PROFILE_RELEASE_LTO", "thin");
659
cargo.env("CARGO_PROFILE_RELEASE_CODEGEN_UNITS", "1");
660
661
let _guard = builder.msg_tool(
0 commit comments