mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools/fast: location fix
This commit is contained in:
parent
55c5b9ce7b
commit
852ca5f7cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user