Auto merge of #119292 - onur-ozkan:share-make-with-rustdoc, r=albertlarsan68
bootstrap: use same make flags with rustdoc Keeping same `MAKEFLAGS` and `MFLAGS` for rustdoc should allow rustdoc to use the same jobserver.
This commit is contained in:
commit
13ea97cb14
1 changed files with 0 additions and 5 deletions
|
|
@ -1221,11 +1221,6 @@ impl<'a> Builder<'a> {
|
|||
cmd.arg("-Dwarnings");
|
||||
}
|
||||
cmd.arg("-Znormalize-docs");
|
||||
|
||||
// Remove make-related flags that can cause jobserver problems.
|
||||
cmd.env_remove("MAKEFLAGS");
|
||||
cmd.env_remove("MFLAGS");
|
||||
|
||||
cmd.args(linker_args(self, compiler.host, LldThreads::Yes));
|
||||
cmd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue