mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
10 lines
278 B
CMake
10 lines
278 B
CMake
|
set (WAMR_BUILD_PLATFORM "linux")
|
||
|
set (WAMR_BUILD_TARGET "X86_64")
|
||
|
set (WAMR_BUILD_INTERP 1)
|
||
|
set (WAMR_BUILD_AOT 1)
|
||
|
set (WAMR_BUILD_JIT 0)
|
||
|
set (WAMR_BUILD_LIBC_BUILTIN 1)
|
||
|
set (WAMR_BUILD_LIBC_WASI 0)
|
||
|
set (WAMR_BUILD_APP_FRAMEWORK 1)
|
||
|
set (WAMR_BUILD_APP_LIST WAMR_APP_BUILD_ALL)
|