From e8238ee16e169aaae8090f8ab462434576aee6ff Mon Sep 17 00:00:00 2001 From: Json Lee Date: Thu, 27 Jun 2019 11:32:29 +0800 Subject: [PATCH] fix README faster build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26fbfecb2a..f5d4d49a9f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ GitHub marks V's code as written in Go. It's actually written in V, GitHub doesn The compilation is temporarily slower for this release: -- Debug builds are used (use `v -prod -o v` to get faster compilation). +- Debug builds are used (use `./v -prod -o v .` to get faster compilation). - vlib is recompiled with every program you build. - The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of. - There are a lot of known issues that are quick to fix (like function lookups being O(n)).