mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
comptime: enable s390x + docs (#24114)
This commit is contained in:
parent
7dad6e887e
commit
5211debe75
2 changed files with 2 additions and 2 deletions
|
@ -6286,7 +6286,7 @@ 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` | `no_bounds_checking`, `freestanding` |
|
||||
| `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` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue