1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Update README.md

This commit is contained in:
Alex Medvednikov
2019-06-25 12:44:56 +02:00
committed by GitHub
parent bfac557370
commit 59c7d49001

View File

@ -28,7 +28,7 @@ V 1.0 release is planned for December 2019.
GitHub marks V's code as written in Go. It's actually written in V, GitHub doesn't support the language yet.
The compilation is temporarily slower for this relase:
The compilation is temporarily slower for this release:
- Debug builds are used (use `v -prod -o v` to get faster compilation).
- The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of.