From 9d57599b33fbf58e98ca4eb8ea2ad1f5893560af Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 3 Oct 2019 02:01:49 +0300 Subject: [PATCH] vhelp.v: -shared --- compiler/vhelp.v | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/vhelp.v b/compiler/vhelp.v index ed25cc1cda..cfe694dbba 100644 --- a/compiler/vhelp.v +++ b/compiler/vhelp.v @@ -45,6 +45,7 @@ Options/commands: -cflags Pass additional C flags to the C backend compiler. Example: -cflags `sdl2-config --cflags` -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. -obf Obfuscate the resulting binary. -show_c_cmd Print the full C compilation command and how much time it took.