From ff0401a3c3f3e40efb879c87c5febb39a2d4aa77 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 1 Jul 2019 02:29:32 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e0535aba73..91274d3c14 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ The compilation is temporarily slower for this release: - Debug builds are used (use `./v -prod -o v compiler` 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)). ## Code structure