mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
nuttx: Add option to enable quick aot entry (#3040)
This commit is contained in:
parent
6fb376cbe3
commit
dcaaed0160
|
@ -142,6 +142,12 @@ else
|
|||
CFLAGS += -DWASM_ENABLE_AOT=0
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_INTERPRETERS_WAMR_AOT_QUICK_ENTRY),y)
|
||||
CFLAGS += -DWASM_ENABLE_QUICK_AOT_ENTRY=1
|
||||
else
|
||||
CFLAGS += -DWASM_ENABLE_QUICK_AOT_ENTRY=0
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_INTERPRETERS_WAMR_AOT_WORD_ALIGN_READ),y)
|
||||
CFLAGS += -DWASM_ENABLE_WORD_ALIGN_READ=1
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user