tools/fast: location fix

pull/10950/head
Alexander Medvednikov 2021-07-25 03:16:50 +03:00
parent 55c5b9ce7b
commit 852ca5f7cf
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ fn main() {
// exec('git checkout $commit')
println(' Building vprod...')
os.chdir(vdir)
exec('v -o vprod -prod -prealloc cmd/v')
exec('./v -o vprod -prod -prealloc cmd/v')
// println('cur vdir="$vdir"')
// exec('v -o vprod cmd/v') // for faster debugging
// cache vlib modules