pref: do not enable globals by default

pull/4847/head
Alexander Medvednikov 2020-05-11 15:19:17 +02:00
parent 538662d99a
commit aacc35db19
1 changed files with 1 additions and 1 deletions

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 {