Skip to content

Commit 4c2f1c8

Browse files
committed
Mark -Zgenerate-arange-section as TRACKED
1 parent a5d624d commit 4c2f1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
13311331
"for every macro invocation, print its name and arguments"),
13321332
debug_macros: bool = (false, parse_bool, [TRACKED],
13331333
"emit line numbers debug info inside macros"),
1334-
generate_arange_section: bool = (true, parse_bool, [UNTRACKED],
1334+
generate_arange_section: bool = (true, parse_bool, [TRACKED],
13351335
"generate DWARF address ranges for faster lookups"),
13361336
keep_hygiene_data: bool = (false, parse_bool, [UNTRACKED],
13371337
"don't clear the hygiene data after analysis"),

0 commit comments

Comments
 (0)