Remove -Zreport-delayed-bugs
.
It's not used within the repository in any way (e.g. in tests), and doesn't seem useful.
This commit is contained in:
parent
e51e98dde6
commit
cf9484e615
4 changed files with 3 additions and 17 deletions
|
@ -806,7 +806,6 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(relax_elf_relocations, Some(true));
|
||||
tracked!(relro_level, Some(RelroLevel::Full));
|
||||
tracked!(remap_cwd_prefix, Some(PathBuf::from("abc")));
|
||||
tracked!(report_delayed_bugs, true);
|
||||
tracked!(sanitizer, SanitizerSet::ADDRESS);
|
||||
tracked!(sanitizer_cfi_canonical_jump_tables, None);
|
||||
tracked!(sanitizer_cfi_generalize_pointers, Some(true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue