mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
tools/fast: disable usecache for now
This commit is contained in:
parent
dcfea5c69b
commit
c04fc7bfc2
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue