Don't enable by default :)

This commit is contained in:
Patrick Walton 2022-11-05 01:13:42 -07:00 committed by khei4
parent 2d47816cba
commit 138f522b59

View File

@ -1673,7 +1673,7 @@ options! {
print_llvm_passes: bool = (false, parse_bool, [UNTRACKED],
"print the LLVM optimization passes being run (default: no)"),
#[rustc_lint_opt_deny_field_access("use `Session::print_llvm_stats` instead of this field")]
print_llvm_stats: bool = (true, parse_bool, [UNTRACKED],
print_llvm_stats: bool = (false, parse_bool, [UNTRACKED],
"print LLVM statistics (default: no)"),
print_mono_items: Option<String> = (None, parse_opt_string, [UNTRACKED],
"print the result of the monomorphization collection pass"),