mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Add (internal flag) -show-debug-messages
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user