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

vhelp: compress option

This commit is contained in:
Alexander Medvednikov 2019-11-17 15:35:01 +03:00
parent 6d7fe1f83c
commit ffb72e855a
2 changed files with 2 additions and 0 deletions

View File

@ -40,5 +40,6 @@
- merge v.c and v_win.c
+ fast.vlang.io
+ bare metal support
+ inline assembly

View File

@ -49,6 +49,7 @@ Options/commands:
It very significantly speeds up secondary compilations.
-obf Obfuscate the resulting binary.
-compress Compress the resulting binary.
- Shorthand for `v runrepl`.
Options for debugging/troubleshooting v programs: