From 5bd188edadc6636ad21953c2bcd5a3cfe57a4ba7 Mon Sep 17 00:00:00 2001 From: Zaoqi Date: Sun, 30 Jun 2019 14:07:02 +0800 Subject: [PATCH] Update main.v --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 1800fefefd..fc42f105e7 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -75,7 +75,7 @@ mut: is_prof bool // benchmark every function translated bool // `v translate doom.v` are we running V code translated from C? allow globals, ++ expressions, etc obfuscate bool // `v -obf program.v`, renames functions to "f_XXX" - lang_dir string // "~/code/v" + lang_dir string // path to V repo is_verbose bool // print extra information with `v.log()` is_run bool // `v run program.v` is_play bool // playground mode