1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vself: add -prod options

This commit is contained in:
yuyi
2020-03-16 22:46:38 +08:00
committed by GitHub
parent 456c0250b0
commit cff6f4abd6
2 changed files with 13 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ The commands are:
test Run all test files in the provided directory.
translate Translate C code to V (coming soon in 0.3).
up Run the V self-updater.
self Run the V self-compiler.
self [-prod] Run the V self-compiler, use -prod to optimize compilation.
version Print the version text and exits.
install Install a module from VPM.