From 3656d445abec7771e7545be99f4b0d0b6c042a37 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 21 Aug 2022 10:40:27 +0300 Subject: [PATCH] Revert "Revert "tools/fast: do not build V with -usecache"" This reverts commit ad322f4eb0599548b7618e111c293f8f5a1b13fc. --- 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 76d95d2d8..1631d6582 100644 --- a/cmd/tools/fast/fast.v +++ b/cmd/tools/fast/fast.v @@ -4,7 +4,7 @@ import os import time -const voptions = ' -usecache -skip-unused -show-timings -stats ' +const voptions = ' -skip-unused -show-timings -stats ' const exe = os.executable() -- 2.30.2