Skip to content

Commit 9a8e0ba

Browse files
committed
WIP
1 parent e5a8d4b commit 9a8e0ba

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ impl Step for Rustdoc {
656656
features.as_slice(),
657657
);
658658
cargo.env("CARGO_PROFILE_RELEASE_LTO", "thin");
659-
cargo.env("CARGO_PROFILE_RELEASE_CODEGEN_UNITS", "1");
660659

661660
let _guard = builder.msg_tool(
662661
Kind::Build,

0 commit comments

Comments
 (0)