From bab18734166dea6c3a910274c3475b837dee90a0 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 13 Jul 2021 18:39:11 +0100 Subject: Require throughput pass results with `-show-more-timings -show-debug-messages` rather than just the former flag --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d4cf01a38..8f4b13b23 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1474,7 +1474,7 @@ void show_timings(Checker *c, Timings *t) { } timings_print_all(t); - if (build_context.show_more_timings) { + if (build_context.show_debug_messages && build_context.show_more_timings) { { gb_printf("\n"); gb_printf("Total Lines - %td\n", lines); -- cgit v1.2.3