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

native: initial support for linux-arm64 (hello world only for now) (#10176)

This commit is contained in:
pancake
2021-05-23 04:54:28 +02:00
committed by GitHub
parent 4b11e59bb0
commit efa07cbcbf
6 changed files with 84 additions and 30 deletions

View File

@@ -154,6 +154,8 @@ NB: the build flags are shared with the run command too:
and will become an error, after vlib modules are cleaned up.
For C-specific build flags, use `v help build-c`.
For JS-specific build flags, use `v help build-js`.
For Native-specific build flags, use `v help build-native`.
For Native-specific build flags, use `v help build-native`.

View File

@@ -50,7 +50,7 @@ V supports the following commands:
Use `tracev yourfile.v` when the compiler panics.
NB: `tracev` is much slower and more verbose than ordinary `v`
Use "v help <command>" for more information about a command, example: `v help build`, `v help build-c`
Use "v help <command>" for more information about a command, example: `v help build`, `v help build-c`, `v help build-native`
Use "v help other" to see less frequently used commands.
Note: Help is required to write more help topics.