We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8242a81 commit 6e5e33eCopy full SHA for 6e5e33e
1 file changed
tests/unit/aot-stack-frame/wasm-apps/CMakeLists.txt
@@ -8,14 +8,15 @@ project(wasm-apps-aot-stack-frame)
8
set (WAMRC_OPTION --enable-dump-call-stack --bounds-checks=1 --enable-gc)
9
10
if (WAMR_BUILD_TARGET STREQUAL "X86_32")
11
- set (WAMRC_OPTION ${WAMRC_OPTION} --target=i386)
+ set (WAMRC_OPTION ${WAMRC_OPTION} --target=i386)
12
endif ()
13
14
add_custom_target(
15
aot-stack-frame-test-wasm ALL
16
17
# Step 1: Build wamrc
18
- COMMAND cmake -B ${CMAKE_CURRENT_BINARY_DIR}/build-wamrc -S ${WAMR_ROOT_DIR}/wamr-compiler
+ COMMAND cmake -B ${CMAKE_CURRENT_BINARY_DIR}/build-wamrc
19
+ -S ${WAMR_ROOT_DIR}/wamr-compiler
20
COMMAND cmake --build ${CMAKE_CURRENT_BINARY_DIR}/build-wamrc
21
22
# Step 2: Compile .wast to .wasm
0 commit comments