1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builder: module caching fixes

This commit is contained in:
Alexander Medvednikov
2020-04-27 14:46:25 +02:00
parent f005079e0b
commit eb8973c362
4 changed files with 17 additions and 12 deletions

View File

@@ -165,8 +165,8 @@ fn parse_args(args []string) (&pref.Preferences, string) {
'-showcc' {
res.show_cc = true
}
'-cache' {
res.is_cache = true
'-usecache' {
res.use_cache = true
}
'-keepc' {
res.keep_c = true