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

Revert "Revert "tools/fast: do not build V with -usecache""

This reverts commit ad322f4eb0.
This commit is contained in:
Delyan Angelov 2022-08-21 10:40:27 +03:00
parent ad322f4eb0
commit 3656d445ab
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -4,7 +4,7 @@
import os
import time
const voptions = ' -usecache -skip-unused -show-timings -stats '
const voptions = ' -skip-unused -show-timings -stats '
const exe = os.executable()