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

-compress option

This commit is contained in:
Alexander Medvednikov
2019-09-19 15:52:38 +03:00
parent ad6ab39287
commit afb372bbdf
2 changed files with 23 additions and 0 deletions

View File

@ -101,6 +101,7 @@ mut:
ccompiler string // the name of the used C compiler
building_v bool
autofree bool
compress bool
}
fn main() {
@ -848,6 +849,7 @@ fn new_v(args[]string) &V {
translated: 'translated' in args
is_run: 'run' in args
autofree: '-autofree' in args
compress: '-compress' in args
is_repl: is_repl
build_mode: build_mode
cflags: cflags