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
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

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