Browse Source

Require throughput pass results with `-show-more-timings -show-debug-messages` rather than just the former flag

gingerBill 4 years ago
parent
commit
bab1873416
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.cpp

+ 1 - 1
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);