mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 20:02:22 -07:00
Require throughput pass results with -show-more-timings -show-debug-messages rather than just the former flag
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user