mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
tools: fix measurements for ./v repeat "./vold -o x project/" "./vnew -o x project/"
This commit is contained in:
parent
1a685c30aa
commit
041f2b3d3a
1 changed files with 3 additions and 0 deletions
|
@ -387,6 +387,9 @@ fn (mut context Context) parse_options() ! {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
// Make sure that we can measure various V executables
|
||||
// without influencing them, by presetting VEXE
|
||||
os.setenv('VEXE', '', true)
|
||||
mut context := Context{}
|
||||
context.parse_options()!
|
||||
context.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue