1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v: fix -assert aborts

This commit is contained in:
Delyan Angelov
2021-04-15 20:29:58 +03:00
parent c7752ce8d3
commit 1d2ef79545

View File

@@ -220,6 +220,7 @@ pub fn parse_args(known_external_commands []string, args []string) (&Preferences
exit(1)
}
}
i++
}
'-show-timings' {
res.show_timings = true