mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
add WAMR_MEM_ALLOC_WITH_USAGE on nuttx platform
This commit is contained in:
parent
e274d83c1c
commit
20debc26e7
|
@ -129,6 +129,10 @@ if(CONFIG_INTERPRETERS_WAMR_GLOBAL_HEAP_POOL)
|
||||||
set(WAMR_BUILD_GLOBAL_HEAP_SIZE ${_HEAP_SIZE_})
|
set(WAMR_BUILD_GLOBAL_HEAP_SIZE ${_HEAP_SIZE_})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (CONFIG_INTERPRETERS_WAMR_MEM_ALLOC_WITH_USAGE EQUAL 1)
|
||||||
|
set(WAMR_MEM_ALLOC_WITH_USAGE 1)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(CONFIG_INTERPRETERS_WAMR_ENABLE_SPEC_TEST)
|
if(CONFIG_INTERPRETERS_WAMR_ENABLE_SPEC_TEST)
|
||||||
set(WAMR_BUILD_SPEC_TEST 1)
|
set(WAMR_BUILD_SPEC_TEST 1)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user