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

pref: rename keep_c

This commit is contained in:
Alexander Medvednikov
2020-04-27 13:27:55 +02:00
parent 18faaefe82
commit f005079e0b
4 changed files with 5 additions and 5 deletions

View File

@@ -169,7 +169,7 @@ fn parse_args(args []string) (&pref.Preferences, string) {
res.is_cache = true
}
'-keepc' {
res.is_keep_c = true
res.keep_c = true
}
'-x64' {
res.backend = .x64