diff options
| author | Josh Stone <jistone@redhat.com> | 2019-11-19 09:13:10 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2019-11-19 09:13:10 -0800 |
| commit | 4c2f1c802c4d582891a8e079949889d2462bbfd2 (patch) | |
| tree | 08370c36cd99d28318e95b39fc665a6c2b0d5c79 | |
| parent | a5d624d32c9cc04fa8424918c55d7a7bbe520ba1 (diff) | |
| download | rust-4c2f1c802c4d582891a8e079949889d2462bbfd2.tar.gz rust-4c2f1c802c4d582891a8e079949889d2462bbfd2.zip | |
Mark -Zgenerate-arange-section as TRACKED
| -rw-r--r-- | src/librustc/session/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs index f2e07850aa4..b9b6a5f2342 100644 --- a/src/librustc/session/config.rs +++ b/src/librustc/session/config.rs @@ -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"), |
