Update main.v: fix typos (#753)
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
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue