mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
comptime: enable ppc64le, add docs (#24433)
This commit is contained in:
parent
3291372c57
commit
bbee42f15e
2 changed files with 4 additions and 4 deletions
|
@ -6331,9 +6331,9 @@ Full list of builtin options:
|
|||
| `windows`, `linux`, `macos` | `gcc`, `tinyc` | `amd64`, `arm64`, `aarch64` | `debug`, `prod`, `test` |
|
||||
| `darwin`, `ios`, `bsd` | `clang`, `mingw` | `i386`, `arm32` | `js`, `glibc`, `prealloc` |
|
||||
| `freebsd`, `openbsd`, `netbsd` | `msvc` | `rv64`, `rv32`, `s390x` | `no_bounds_checking`, `freestanding` |
|
||||
| `android`, `mach`, `dragonfly` | `cplusplus` | `x64`, `x32` | `no_segfault_handler`, `no_backtrace` |
|
||||
| `gnu`, `hpux`, `haiku`, `qnx` | | `little_endian`, `big_endian` | `no_main`, `fast_math`, `apk`, `threads` |
|
||||
| `solaris`, `termux` | | | `js_node`, `js_browser`, `js_freestanding` |
|
||||
| `android`, `mach`, `dragonfly` | `cplusplus` | `ppc64le` | `no_segfault_handler`, `no_backtrace` |
|
||||
| `gnu`, `hpux`, `haiku`, `qnx` | | `x64`, `x32` | `no_main`, `fast_math`, `apk`, `threads` |
|
||||
| `solaris`, `termux` | | `little_endian`, `big_endian` | `js_node`, `js_browser`, `js_freestanding` |
|
||||
| `serenity`, `vinix`, `plan9` | | | `interpreter`, `es5`, `profile`, `wasm32` |
|
||||
| | | | `wasm32_emscripten`, `wasm32_wasi` |
|
||||
| | | | `native`, `autofree` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue