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: