diff --git a/compiler/main.v b/compiler/main.v index 34b8084a2f..2bac260249 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -1133,7 +1133,9 @@ Options: -prod Build an optimized executable. -o Place output into . -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: _test.v Test file. diff --git a/test.sh b/test.zsh similarity index 100% rename from test.sh rename to test.zsh