tools/fast: bring back -usecache

pull/13508/head
Alexander Medvednikov 2022-02-18 10:41:53 +03:00
parent f4051e0252
commit 3d46005195
1 changed files with 1 additions and 2 deletions

View File

@ -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()