tools/fast: use prealloc

pull/10016/head
Alexander Medvednikov 2021-05-05 22:02:26 +03:00
parent 4e6a19b0e5
commit fc801fd563
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ fn main() {
// println('Checking out ${commit}...')
// exec('git checkout $commit')
println(' Building vprod...')
exec('v -o $vdir/vprod -prod $vdir/cmd/v')
exec('v -o $vdir/vprod -prod -prealloc $vdir/cmd/v')
// exec('v -o $vdir/vprod $vdir/cmd/v') // for faster debugging
diff1 := measure('$vdir/vprod -cc clang -o v.c -show-timings $vdir/cmd/v', 'v.c')
mut tcc_path := 'tcc'