Skip to content

Commit

Permalink
build-wasm32-wasi.sh: add a knob to use tailcall
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jan 23, 2023
1 parent 8eda2a9 commit 1654ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-wasm32-wasi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cmake \
-DWASI_SDK_PREFIX=${WASI_SDK_DIR} \
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} \
-DBUILD_TESTING=OFF \
-DTOYWASM_USE_TAILCALL=OFF \
-DTOYWASM_USE_TAILCALL=${USE_TAILCALL:-ON} \
${EXTRA_CMAKE_OPTIONS} \
.
cmake --build ${BUILD_DIR}

0 comments on commit 1654ee6

Please sign in to comment.