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 9a8e0baCopy full SHA for 9a8e0ba
src/bootstrap/src/core/build_steps/tool.rs
@@ -656,7 +656,6 @@ impl Step for Rustdoc {
656
features.as_slice(),
657
);
658
cargo.env("CARGO_PROFILE_RELEASE_LTO", "thin");
659
- cargo.env("CARGO_PROFILE_RELEASE_CODEGEN_UNITS", "1");
660
661
let _guard = builder.msg_tool(
662
Kind::Build,
0 commit comments