fast: disable cache refresh for now

pull/10426/head
Alexander Medvednikov 2021-06-12 17:51:58 +03:00
parent 9ac661be5a
commit 3f745605a2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ fn main() {
// exec('v -o $vdir/vprod $vdir/cmd/v') // for faster debugging
// cache vlib modules
exec('v wipe-cache')
exec('v -o v2 -prod -usecache cmd/v')
// exec('v -o v2 -prod cmd/v')
// measure
diff1 := measure('$vdir/vprod $voptions -o v.c cmd/v', 'v.c')
mut tcc_path := 'tcc'