Skip to content

Commit

Permalink
build-wasm32-wasi.sh: only disable unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 27, 2023
1 parent 0ff1465 commit ecfbe8f
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 @@ -50,7 +50,7 @@ cmake \
-B ${BUILD_DIR} \
-DWASI_SDK_PREFIX=${WASI_SDK_DIR} \
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} \
-DBUILD_TESTING=OFF \
-DTOYWASM_BUILD_UNITTEST=OFF \
-DTOYWASM_USE_TAILCALL=${USE_TAILCALL:-OFF} \
${EXTRA_CMAKE_OPTIONS} \
.
Expand Down

0 comments on commit ecfbe8f

Please sign in to comment.