mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
main.v: update help
This commit is contained in:
parent
40c31f701f
commit
e2364f6285
2 changed files with 3 additions and 1 deletions
|
@ -1133,7 +1133,9 @@ Options:
|
|||
-prod Build an optimized executable.
|
||||
-o <file> Place output into <file>.
|
||||
-obf Obfuscate the resulting binary.
|
||||
run Build and execute a V program. You can add arguments after file name.
|
||||
-show_c_cmd Print the full C compilation command.
|
||||
-debug Leave a C file for debugging in .program.c.
|
||||
run Build and execute a V program. You can add arguments after the file name.
|
||||
|
||||
Files:
|
||||
<file>_test.v Test file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue