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

tools/fast: bring back -usecache

This commit is contained in:
Alexander Medvednikov 2022-02-18 10:41:53 +03:00
parent f4051e0252
commit 3d46005195

View File

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