mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
samples/spawn-thread: Disable libc and pthread (#2883)
because this sample doesn't really require them.
This commit is contained in:
parent
b008ab4fba
commit
9c3581c179
|
@ -45,9 +45,9 @@ endif ()
|
|||
set(WAMR_BUILD_INTERP 1)
|
||||
set(WAMR_BUILD_AOT 1)
|
||||
set(WAMR_BUILD_JIT 0)
|
||||
set(WAMR_BUILD_LIBC_BUILTIN 1)
|
||||
set(WAMR_BUILD_FAST_INTERP 1)
|
||||
set(WAMR_BUILD_LIB_PTHREAD 1)
|
||||
set(WAMR_BUILD_THREAD_MGR 1)
|
||||
set(WAMR_BUILD_SHARED_MEMORY 1)
|
||||
|
||||
# compiling and linking flags
|
||||
if (NOT (CMAKE_C_COMPILER MATCHES ".*clang.*" OR CMAKE_C_COMPILER_ID MATCHES ".*Clang"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user