main: updated help on building a module
parent
3b4703e3b5
commit
540602fab6
|
@ -836,7 +836,6 @@ Options:
|
||||||
- Read from stdin (Default; Interactive mode if in a tty)
|
- Read from stdin (Default; Interactive mode if in a tty)
|
||||||
-h, help Display this information.
|
-h, help Display this information.
|
||||||
-v, version Display compiler version.
|
-v, version Display compiler version.
|
||||||
-lib Generate object file.
|
|
||||||
-prod Build an optimized executable.
|
-prod Build an optimized executable.
|
||||||
-o <file> Place output into <file>.
|
-o <file> Place output into <file>.
|
||||||
-obf Obfuscate the resulting binary.
|
-obf Obfuscate the resulting binary.
|
||||||
|
@ -846,6 +845,7 @@ Options:
|
||||||
fmt Run vfmt to format the source code.
|
fmt Run vfmt to format the source code.
|
||||||
up Update V.
|
up Update V.
|
||||||
run Build and execute a V program. You can add arguments after the file name.
|
run Build and execute a V program. You can add arguments after the file name.
|
||||||
|
build module Compile a module into an object file.
|
||||||
|
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
Loading…
Reference in New Issue