diff options
| author | gingerBill <bill@gingerbill.org> | 2021-07-13 18:39:11 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-07-13 18:39:11 +0100 |
| commit | bab18734166dea6c3a910274c3475b837dee90a0 (patch) | |
| tree | 6ed891cf569410175a57144894aa5d48d2ccd117 /src/main.cpp | |
| parent | 5e2950e9fbe794f34589c8c2b67d1ed1dd48a241 (diff) | |
Require throughput pass results with `-show-more-timings -show-debug-messages` rather than just the former flag
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |