mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-11 20:21:11 +00:00
nuttx: add CONFIG_INTERPRETERS_WAMR_PERF_PROFILING (#1178)
Based on the corresponding nuttx patch: https://github.com/apache/incubator-nuttx-apps/pull/1166
This commit is contained in:
parent
a50011a4dd
commit
c47b318aef
|
@ -160,6 +160,12 @@ else
|
|||
CFLAGS += -DWASM_ENABLE_BULK_MEMORY=0
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_INTERPRETERS_WAMR_PERF_PROFILING),y)
|
||||
CFLAGS += -DWASM_ENABLE_PERF_PROFILING=1
|
||||
else
|
||||
CFLAGS += -DWASM_ENABLE_PERF_PROFILING=0
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_INTERPRETERS_WAMR_MEMORY_PROFILING),y)
|
||||
CFLAGS += -DWASM_ENABLE_MEMORY_PROFILING=1
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user