Rename -Zno_parallel_llvm
-> -Zno_parallel_backend
This commit is contained in:
parent
ee9c7c940c
commit
9a77ec98b8
3 changed files with 4 additions and 4 deletions
|
@ -1753,7 +1753,7 @@ options! {
|
|||
"disable the 'leak check' for subtyping; unsound, but useful for tests"),
|
||||
no_link: bool = (false, parse_no_flag, [TRACKED],
|
||||
"compile without linking"),
|
||||
no_parallel_llvm: bool = (false, parse_no_flag, [UNTRACKED],
|
||||
no_parallel_backend: bool = (false, parse_no_flag, [UNTRACKED],
|
||||
"run LLVM in non-parallel mode (while keeping codegen-units and ThinLTO)"),
|
||||
no_profiler_runtime: bool = (false, parse_no_flag, [TRACKED],
|
||||
"prevent automatic injection of the profiler_builtins crate"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue