Update main.v: fix typos (#753)

pull/759/head
Zaoqi 2019-06-28 21:47:38 +08:00 committed by Alexander Medvednikov
parent 65fed2d784
commit 4cd48a6e18
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ mut:
show_c_cmd bool // `v -show_c_cmd` prints the C command to build program.v.c 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 sanitize bool // use Clang's new "-fsanitize" option
out_name string // "program.exe" 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 is_repl bool
vroot string vroot string
} }