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

tools/fast: do not build V with -usecache

This commit is contained in:
Alexander Medvednikov 2022-08-21 04:40:32 +03:00
parent eb6627fe41
commit f97a4f1904

View File

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