1
Fork 0

make -Zno-codegen TRACKED_NO_CRATE_HASH

This commit is contained in:
Jeremy Fitzhardinge 2021-06-09 16:51:58 -07:00
parent 48921ce300
commit f1f7f2f508
2 changed files with 11 additions and 2 deletions

View file

@ -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"),