From ad322f4eb0599548b7618e111c293f8f5a1b13fc Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 21 Aug 2022 08:56:05 +0300 Subject: [PATCH] Revert "tools/fast: do not build V with -usecache" This reverts commit f97a4f1904f5380ba3e0d41898f2a6246017881e. --- cmd/tools/fast/fast.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/fast/fast.v b/cmd/tools/fast/fast.v index 1631d6582f..76d95d2d8f 100644 --- a/cmd/tools/fast/fast.v +++ b/cmd/tools/fast/fast.v @@ -4,7 +4,7 @@ import os import time -const voptions = ' -skip-unused -show-timings -stats ' +const voptions = ' -usecache -skip-unused -show-timings -stats ' const exe = os.executable()