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

v.pref: support -obf in addition to -obfuscate, as described in v help build

This commit is contained in:
Delyan Angelov 2021-02-02 12:24:25 +02:00
parent 5aaeac79fa
commit 17062dc5c8
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -257,7 +257,7 @@ pub fn parse_args(args []string) (&Preferences, string) {
'-stats' {
res.is_stats = true
}
'-obfuscate' {
'-obf', '-obfuscate' {
res.obfuscate = true
}
'-translated' {