Don't enable by default :)
This commit is contained in:
parent
2d47816cba
commit
138f522b59
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user