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.
RUSTDOC_FUSE_LD_LLD
1 parent 65519f5 commit c373a05Copy full SHA for c373a05
src/bootstrap/builder.rs
@@ -1174,9 +1174,6 @@ impl<'a> Builder<'a> {
1174
if let Some(linker) = self.linker(compiler.host) {
1175
cmd.env("RUSTDOC_LINKER", linker);
1176
}
1177
- if self.is_fuse_ld_lld(compiler.host) {
1178
- cmd.env("RUSTDOC_FUSE_LD_LLD", "1");
1179
- }
1180
cmd
1181
1182
@@ -1659,7 +1656,6 @@ impl<'a> Builder<'a> {
1659
1656
1660
1657
if self.is_fuse_ld_lld(compiler.host) {
1661
1658
cargo.env("RUSTC_HOST_FUSE_LD_LLD", "1");
1662
- cargo.env("RUSTDOC_FUSE_LD_LLD", "1");
1663
1664
1665
if let Some(target_linker) = self.linker(target) {
0 commit comments