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:
@@ -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`.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user