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

tools/fast: disable usecache for now

This commit is contained in:
Alexander Medvednikov 2021-05-22 07:20:48 +03:00
parent dcfea5c69b
commit c04fc7bfc2

View File

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