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

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

This reverts commit f97a4f1904.
This commit is contained in:
Delyan Angelov 2022-08-21 08:56:05 +03:00
parent 0b41ff0c6a
commit ad322f4eb0
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 = ' -skip-unused -show-timings -stats '
const voptions = ' -usecache -skip-unused -show-timings -stats '
const exe = os.executable()