From 4cd48a6e180dc7246761718468a5fe3d06b46426 Mon Sep 17 00:00:00 2001 From: Zaoqi Date: Fri, 28 Jun 2019 21:47:38 +0800 Subject: [PATCH] Update main.v: fix typos (#753) --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index ca0ecdd253..af4bbf6d45 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -82,7 +82,7 @@ mut: show_c_cmd bool // `v -show_c_cmd` prints the C command to build program.v.c sanitize bool // use Clang's new "-fsanitize" option out_name string // "program.exe" - is_prod bool // use "-O2" and skip printlns (TODO I don't thik many people want printlns to disappear in prod buidls) + is_prod bool // use "-O2" is_repl bool vroot string }