mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00: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);
|
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("\n");
|
||||||
gb_printf("Total Lines - %td\n", lines);
|
gb_printf("Total Lines - %td\n", lines);
|
||||||
|
|||||||
Reference in New Issue
Block a user