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

vfmt: lots of fixes; cmd/v: -keepc;

This commit is contained in:
Alexander Medvednikov
2020-04-10 00:30:43 +02:00
parent 32550c6d69
commit 9b2511133d
4 changed files with 66 additions and 37 deletions

View File

@@ -130,6 +130,7 @@ fn parse_args(args []string) (&pref.Preferences, string) {
'-obfuscate' { res.obfuscate = true }
'-translated' { res.translated = true }
'-showcc' { res.show_cc = true }
'-keepc' { res.is_keep_c = true }
//'-x64' { res.translated = true }
'-os' {
//TODO Remove `tmp` variable when it doesn't error out in C.