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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user