From ff102c95b7535d62ea1e414be246df000e205653 Mon Sep 17 00:00:00 2001 From: Kim Shrier Date: Fri, 5 Jul 2024 17:33:24 -0600 Subject: [PATCH] doc: update full list of builtin compile options (#21808) --- doc/docs.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index e1de8feee6..435ea15af0 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -6008,10 +6008,14 @@ Full list of builtin options: | OS | Compilers | Platforms | Other | |--------------------------------|------------------|-------------------------------|-----------------------------------------------| | `windows`, `linux`, `macos` | `gcc`, `tinyc` | `amd64`, `arm64`, `aarch64` | `debug`, `prod`, `test` | -| `mac`, `darwin`, `ios`, | `clang`, `mingw` | `i386`, `arm32` | `js`, `glibc`, `prealloc` | -| `android`, `mach`, `dragonfly` | `msvc` | `x64`, `x32` | `no_bounds_checking`, `freestanding` | -| `gnu`, `hpux`, `haiku`, `qnx` | `cplusplus` | `little_endian`, `big_endian` | `no_segfault_handler`, `no_backtrace` | -| `solaris`, `termux` | | | `no_main`, 'fast_math' | +| `darwin`, `ios`, `bsd` | `clang`, `mingw` | `i386`, `arm32` | `js`, `glibc`, `prealloc` | +| `freebsd`, `openbsd`, `netbsd` | `msvc` | `rv64`, `rv32` | `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` | +| `serenity`, `vinix`, `plan9` | | | `interpreter`, `es5`, `profile`, `wasm32` | +| | | | `wasm32_emscripten`, `wasm32_wasi` | +| | | | `native`, `autofree` | #### `$embed_file`