Skip to content

Commit

Permalink
tools/fast: do not build V with -usecache
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Aug 21, 2022
1 parent eb6627f commit f97a4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/fast/fast.v
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f97a4f1

Please sign in to comment.