Skip to content

Commit bbef4c4

Browse files
committed
WIP
1 parent e5a8d4b commit bbef4c4

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ impl Step for Rustdoc {
655655
SourceType::InTree,
656656
features.as_slice(),
657657
);
658-
cargo.env("CARGO_PROFILE_RELEASE_LTO", "thin");
658+
// cargo.env("CARGO_PROFILE_RELEASE_LTO", "thin");
659659
cargo.env("CARGO_PROFILE_RELEASE_CODEGEN_UNITS", "1");
660660

661661
let _guard = builder.msg_tool(

0 commit comments

Comments
 (0)