tools/fast: disable usecache for now
parent
dcfea5c69b
commit
c04fc7bfc2
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue