Skip to content

Commit

Permalink
README.md: mention WASI_SDK_INSTALL_TO_CLANG_RESOURCE_DIR (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored Aug 23, 2024
1 parent b416e2b commit 91bca73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ in compiling WebAssembly code. Supported CMake flags are:
sysroot libraries, don't build or use fresh libraries for tests.
* `-DWASI_SDK_TARGETS=..` - a list of targets to build, by default all WASI
targets are compiled.
* `-DWASI_SDK_INSTALL_TO_CLANG_RESOURCE_DIR=ON` - install compiler-rt
to the compiler's resource directory. might be convenient if you want to
use the toolchain (eg. `./build/install/bin/clang`) in-place.

If you'd like to build distribution artifacts you can use the `dist` target like
so:
Expand Down

0 comments on commit 91bca73

Please sign in to comment.