We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93ffbb commit 1ef086fCopy full SHA for 1ef086f
2 files changed
tests/unit/shared-heap/CMakeLists.txt
@@ -14,7 +14,6 @@ set(WAMR_BUILD_FAST_INTERP 1)
14
set(WAMR_BUILD_JIT 0)
15
set(WAMR_BUILD_MEMORY64 0)
16
set(WAMR_BUILD_SHARED_HEAP 1)
17
-set(WAMR_BUILD_SHARED_MEMORY 1)
18
19
# Compile wasm modules
20
set(WASI_SDK_DIR "/opt/wasi-sdk")
tests/unit/shared-heap/wasm-apps/CMakeLists.txt
@@ -14,7 +14,7 @@ if (NOT DEFINED WASI_SDK_DIR)
endif ()
-set(CMAKE_C_FLAGS "-nostdlib -pthread -Qunused-arguments")
+set(CMAKE_C_FLAGS "-nostdlib -Qunused-arguments")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -z stack-size=8192 -nostdlib -O0")
set(CMAKE_C_COMPILER_TARGET "wasm32")
set(CMAKE_C_COMPILER "${WASI_SDK_DIR}/bin/clang")
0 commit comments