From 9356c329acce9951728460525a7ec8ac1ba96e96 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 8 Jul 2021 20:26:07 +0200 Subject: [PATCH] native: drop x64 backend reference (#10701) --- cmd/v/help/build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/v/help/build.txt b/cmd/v/help/build.txt index e0b560cb54..a36ecec3e2 100644 --- a/cmd/v/help/build.txt +++ b/cmd/v/help/build.txt @@ -38,7 +38,7 @@ NB: the build flags are shared with the run command too: Current list of supported backends: * `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!). + * `native` - V outputs native executable (see -arch x64|arm64 and -os linux|macos) (EXPERIMENTAL). -d [=], -define [=] Define the provided flag.