tools/fast: disable usecache for now

pull/10167/head
Alexander Medvednikov 2021-05-22 07:20:48 +03:00
parent dcfea5c69b
commit c04fc7bfc2
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
import os
import time
const voptions = ' -skip-unused -usecache -show-timings -stats '
// TODO -usecache
const voptions = ' -skip-unused -show-timings -stats '
fn main() {
exe := os.executable()