We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52188ef commit 7a1e0e5Copy full SHA for 7a1e0e5
README.md
@@ -85,6 +85,8 @@ in compiling WebAssembly code. Supported CMake flags are:
85
* `-DWASI_SDK_DEBUG_PREFIX_MAKE=OFF` - disable `-fdebug-prefix-map` when
86
building C/C++ code to use full host paths instead.
87
* `-DWASI_SDK_INCLUDE_TESTS=ON` - used for building tests.
88
+* `-DWASI_SDK_CPU_CFLAGS=..` - used to specify CFLAGS to tweak wasm features
89
+ to enable/disable. The default is `-mcpu=lime1`.
90
* `-DWASI_SDK_TEST_HOST_TOOLCHAIN=ON` - test the host toolchain's wasi-libc and
91
sysroot libraries, don't build or use fresh libraries for tests.
92
* `-DWASI_SDK_TARGETS=..` - a list of targets to build, by default all WASI
0 commit comments