fix README faster build

pull/702/head
Json Lee 2019-06-27 11:32:29 +08:00 committed by Alexander Medvednikov
parent 1b8e2785ea
commit e8238ee16e
1 changed files with 1 additions and 1 deletions

View File

@ -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: 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. - 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. - 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)). - There are a lot of known issues that are quick to fix (like function lookups being O(n)).