make -Zno-codegen TRACKED_NO_CRATE_HASH
This commit is contained in:
parent
48921ce300
commit
f1f7f2f508
2 changed files with 11 additions and 2 deletions
|
@ -1148,7 +1148,7 @@ options! {
|
|||
"the directory the NLL facts are dumped into (default: `nll-facts`)"),
|
||||
no_analysis: bool = (false, parse_no_flag, [UNTRACKED],
|
||||
"parse and expand the source, but run no analysis"),
|
||||
no_codegen: bool = (false, parse_no_flag, [TRACKED],
|
||||
no_codegen: bool = (false, parse_no_flag, [TRACKED_NO_CRATE_HASH],
|
||||
"run all passes except codegen; no output"),
|
||||
no_generate_arange_section: bool = (false, parse_no_flag, [TRACKED],
|
||||
"omit DWARF address ranges that give faster lookups"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue