From c04fc7bfc2ecbbbe592635c35ecf5ab389b3a4d2 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 22 May 2021 07:20:48 +0300 Subject: [PATCH] tools/fast: disable usecache for now --- cmd/tools/fast/fast.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/tools/fast/fast.v b/cmd/tools/fast/fast.v index c3c800d53e..c3f2f33a84 100644 --- a/cmd/tools/fast/fast.v +++ b/cmd/tools/fast/fast.v @@ -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()