vhelp: compress option
parent
6d7fe1f83c
commit
ffb72e855a
|
@ -40,5 +40,6 @@
|
||||||
- merge v.c and v_win.c
|
- merge v.c and v_win.c
|
||||||
+ fast.vlang.io
|
+ fast.vlang.io
|
||||||
+ bare metal support
|
+ bare metal support
|
||||||
|
+ inline assembly
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -49,6 +49,7 @@ Options/commands:
|
||||||
It very significantly speeds up secondary compilations.
|
It very significantly speeds up secondary compilations.
|
||||||
|
|
||||||
-obf Obfuscate the resulting binary.
|
-obf Obfuscate the resulting binary.
|
||||||
|
-compress Compress the resulting binary.
|
||||||
- Shorthand for `v runrepl`.
|
- Shorthand for `v runrepl`.
|
||||||
|
|
||||||
Options for debugging/troubleshooting v programs:
|
Options for debugging/troubleshooting v programs:
|
||||||
|
|
Loading…
Reference in New Issue