1
0
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:
Alexander Medvednikov 2020-05-11 15:19:17 +02:00
parent 538662d99a
commit aacc35db19

View File

@ -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 {