Skip to content

Commit

Permalink
Mark -Zgenerate-arange-section as TRACKED
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Nov 19, 2019
1 parent a5d624d commit 4c2f1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/session/config.rs
Expand Up @@ -1331,7 +1331,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
"for every macro invocation, print its name and arguments"),
debug_macros: bool = (false, parse_bool, [TRACKED],
"emit line numbers debug info inside macros"),
generate_arange_section: bool = (true, parse_bool, [UNTRACKED],
generate_arange_section: bool = (true, parse_bool, [TRACKED],
"generate DWARF address ranges for faster lookups"),
keep_hygiene_data: bool = (false, parse_bool, [UNTRACKED],
"don't clear the hygiene data after analysis"),
Expand Down

0 comments on commit 4c2f1c8

Please sign in to comment.