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:
parent
5aaeac79fa
commit
17062dc5c8
@ -257,7 +257,7 @@ pub fn parse_args(args []string) (&Preferences, string) {
|
||||
'-stats' {
|
||||
res.is_stats = true
|
||||
}
|
||||
'-obfuscate' {
|
||||
'-obf', '-obfuscate' {
|
||||
res.obfuscate = true
|
||||
}
|
||||
'-translated' {
|
||||
|
Loading…
Reference in New Issue
Block a user