Add (internal flag) -show-debug-messages

This commit is contained in:
gingerBill
2021-07-13 17:40:06 +01:00
parent bd954d9990
commit 698eeaf7c3
5 changed files with 35 additions and 17 deletions

View File

@@ -128,7 +128,6 @@ void timings__stop_current_section(Timings *t) {
}
void timings_start_section(Timings *t, String const &label) {
// gb_printf_err("[%.*s]\n", LIT(label));
timings__stop_current_section(t);
array_add(&t->sections, make_time_stamp(label));
}