We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d47816 commit 138f522Copy full SHA for 138f522
compiler/rustc_session/src/options.rs
@@ -1673,7 +1673,7 @@ options! {
1673
print_llvm_passes: bool = (false, parse_bool, [UNTRACKED],
1674
"print the LLVM optimization passes being run (default: no)"),
1675
#[rustc_lint_opt_deny_field_access("use `Session::print_llvm_stats` instead of this field")]
1676
- print_llvm_stats: bool = (true, parse_bool, [UNTRACKED],
+ print_llvm_stats: bool = (false, parse_bool, [UNTRACKED],
1677
"print LLVM statistics (default: no)"),
1678
print_mono_items: Option<String> = (None, parse_opt_string, [UNTRACKED],
1679
"print the result of the monomorphization collection pass"),
0 commit comments