1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fast: disable cache refresh for now

This commit is contained in:
Alexander Medvednikov 2021-06-12 17:51:58 +03:00
parent 9ac661be5a
commit 3f745605a2

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'