tools/fast: bring back -usecache
parent
f4051e0252
commit
3d46005195
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue