Explorar o código

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

gingerBill %!s(int64=4) %!d(string=hai) anos
pai
achega
bab1873416
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);