mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-11 07:25:19 +00:00
benchmarks/coremark: fix no coremark in bin
Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
This commit is contained in:
parent
a091b91d83
commit
a4f0349813
1 changed files with 1 additions and 1 deletions
|
|
@ -115,6 +115,6 @@ MAINSRC += core_main.c
|
|||
|
||||
# Build with WebAssembly when CONFIG_INTERPRETERS_WAMR is enabled
|
||||
|
||||
WASM_BUILD = y
|
||||
WASM_BUILD = both
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue