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:
Nicholas Nethercote 2024-01-04 17:16:07 +11:00
parent e51e98dde6
commit cf9484e615
4 changed files with 3 additions and 17 deletions

View file

@ -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));