mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
Revert "tools/fast: do not build V with -usecache"
This reverts commit f97a4f1904
.
This commit is contained in:
parent
0b41ff0c6a
commit
ad322f4eb0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
import os
|
||||
import time
|
||||
|
||||
const voptions = ' -skip-unused -show-timings -stats '
|
||||
const voptions = ' -usecache -skip-unused -show-timings -stats '
|
||||
|
||||
const exe = os.executable()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue