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

cmd/pref: disable -usecache on windows & enable by default (commented)

This commit is contained in:
joe-conigliaro
2020-12-21 03:31:57 +11:00
parent dd5b25a9f2
commit 23bfbf1665
2 changed files with 7 additions and 0 deletions

View File

@@ -93,6 +93,9 @@ pub fn (mut p Preferences) fill_with_defaults() {
'$p.lookup_path',
])
// eprintln('prefs.cache_manager: $p')
//
// enable use_cache by default
// p.use_cache = os.user_os() != 'windows'
}
fn (mut p Preferences) try_to_use_tcc_by_default() {