help: remove note about v2 backend (#6364)

pull/6369/head
Lukas Neubert 2020-09-14 15:33:58 +02:00 committed by GitHub
parent a9bd6acd52
commit 5c8e1c7eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 14 deletions

View File

@ -29,8 +29,6 @@ The build flags are shared by the build and run commands:
* `c` (default) - V outputs C source code which is passed to a C compiler to be compiled.
* `js` - V outputs JS source code which can be passed to NodeJS to be ran.
* `x64` - V outputs Linux 64-bit executable directly (highly experimental!).
* `v2`/`experimental` - Invokes the experimental AST-powered V compiler that will replace the
current backends when finished
-d <flag>[=<value>], -define <flag>[=<value>]
Define the provided flag.

View File

@ -29,4 +29,3 @@ Environment Variables:
VDIFF_OPTIONS A set of command-line options to be sent immediately after the
`diff` command. e.g.
VDIFF_OPTIONS="-W 80 -y" v fmt -diff path/to/file.v /tmp/v/vfmt_file.v