mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools/fast: disable usecache for now
This commit is contained in:
parent
dcfea5c69b
commit
c04fc7bfc2
@ -4,7 +4,8 @@
|
|||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
||||||
const voptions = ' -skip-unused -usecache -show-timings -stats '
|
// TODO -usecache
|
||||||
|
const voptions = ' -skip-unused -show-timings -stats '
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
exe := os.executable()
|
exe := os.executable()
|
||||||
|
Loading…
Reference in New Issue
Block a user