vhelp.v: -shared

pull/2218/head
Alexander Medvednikov 2019-10-03 02:01:49 +03:00
parent b3805140ec
commit 9d57599b33
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Options/commands:
-cflags <flags> Pass additional C flags to the C backend compiler. -cflags <flags> Pass additional C flags to the C backend compiler.
Example: -cflags `sdl2-config --cflags` Example: -cflags `sdl2-config --cflags`
-debug Keep the generated C file for debugging in program.tmp.c even after compilation. -debug Keep the generated C file for debugging in program.tmp.c even after compilation.
-shared Build a shared library.
-g Show v line numbers in backtraces. Implies -debug. -g Show v line numbers in backtraces. Implies -debug.
-obf Obfuscate the resulting binary. -obf Obfuscate the resulting binary.
-show_c_cmd Print the full C compilation command and how much time it took. -show_c_cmd Print the full C compilation command and how much time it took.