Skip to content

Commit 138f522

Browse files
pcwaltonkhei4
authored andcommitted
Don't enable by default :)
1 parent 2d47816 commit 138f522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

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

0 commit comments

Comments
 (0)