mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
help: fix -compress
description
This commit is contained in:
parent
d0bb810b42
commit
f24e9cc80a
@ -190,7 +190,11 @@ see also `v help build`.
|
||||
this loop is very short usually.
|
||||
|
||||
-compress
|
||||
Strip the compiled executable to compress it.
|
||||
Compress the compiled executable with UPX.
|
||||
Note: `upx` should be installed beforehand.
|
||||
In most Linux distros it is in a package named `upx-ucl`.
|
||||
On macOS, you can install it with `brew install upx`.
|
||||
On Windows, you can download it from https://upx.github.io/ .
|
||||
|
||||
-live
|
||||
Build the executable with live capabilities (`[live]`).
|
||||
|
Loading…
Reference in New Issue
Block a user