main.v: update help

pull/1257/head
Alexander Medvednikov 2019-07-21 13:51:52 +02:00
parent 40c31f701f
commit e2364f6285
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File