From ffb72e855a104bade36a24779cc58d4ba3a7e856 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 17 Nov 2019 15:35:01 +0300 Subject: [PATCH] vhelp: compress option --- 0.2_roadmap.txt | 1 + vlib/compiler/vhelp.v | 1 + 2 files changed, 2 insertions(+) diff --git a/0.2_roadmap.txt b/0.2_roadmap.txt index 6edc88214a..f8a26de214 100644 --- a/0.2_roadmap.txt +++ b/0.2_roadmap.txt @@ -40,5 +40,6 @@ - merge v.c and v_win.c + fast.vlang.io + bare metal support ++ inline assembly diff --git a/vlib/compiler/vhelp.v b/vlib/compiler/vhelp.v index 8bf29eea8e..9f47d58a3c 100644 --- a/vlib/compiler/vhelp.v +++ b/vlib/compiler/vhelp.v @@ -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: