From 540602fab6e1101f79c73e412f1ac87d265f747f Mon Sep 17 00:00:00 2001 From: Henrixounez Date: Wed, 4 Sep 2019 18:16:54 +0200 Subject: [PATCH] main: updated help on building a module --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index caca4fbf24..6e3bbe68d5 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -836,7 +836,6 @@ Options: - Read from stdin (Default; Interactive mode if in a tty) -h, help Display this information. -v, version Display compiler version. - -lib Generate object file. -prod Build an optimized executable. -o Place output into . -obf Obfuscate the resulting binary. @@ -846,6 +845,7 @@ Options: fmt Run vfmt to format the source code. up Update V. run Build and execute a V program. You can add arguments after the file name. + build module Compile a module into an object file. Files: