From 3d4600519556075611449c9bf6ec5c896d384520 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 18 Feb 2022 10:41:53 +0300 Subject: [PATCH] tools/fast: bring back -usecache --- cmd/tools/fast/fast.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/tools/fast/fast.v b/cmd/tools/fast/fast.v index b4430b0a29..d771111334 100644 --- a/cmd/tools/fast/fast.v +++ b/cmd/tools/fast/fast.v @@ -4,8 +4,7 @@ import os import time -// TODO -usecache -const voptions = ' -skip-unused -show-timings -stats ' +const voptions = ' -usecache -skip-unused -show-timings -stats ' const exe = os.executable()