mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pref: do not enable globals by default
This commit is contained in:
parent
538662d99a
commit
aacc35db19
@ -70,7 +70,7 @@ pub fn (mut p Preferences) fill_with_defaults() {
|
||||
}
|
||||
}
|
||||
}
|
||||
p.enable_globals = true
|
||||
p.enable_globals = false
|
||||
}
|
||||
|
||||
fn default_c_compiler() string {
|
||||
|
Loading…
Reference in New Issue
Block a user