mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Update main.v: fix typos (#753)
This commit is contained in:
parent
65fed2d784
commit
4cd48a6e18
@ -82,7 +82,7 @@ mut:
|
||||
show_c_cmd bool // `v -show_c_cmd` prints the C command to build program.v.c
|
||||
sanitize bool // use Clang's new "-fsanitize" option
|
||||
out_name string // "program.exe"
|
||||
is_prod bool // use "-O2" and skip printlns (TODO I don't thik many people want printlns to disappear in prod buidls)
|
||||
is_prod bool // use "-O2"
|
||||
is_repl bool
|
||||
vroot string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user