This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new a4f034981 benchmarks/coremark: fix no coremark in bin
a4f034981 is described below
commit a4f034981326b34ea4726d8d27285fdf7ba0d041
Author: haopengxiang <[email protected]>
AuthorDate: Thu Aug 3 15:50:44 2023 +0800
benchmarks/coremark: fix no coremark in bin
Signed-off-by: haopengxiang <[email protected]>
---
benchmarks/coremark/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/coremark/Makefile b/benchmarks/coremark/Makefile
index afd371d4e..a26accaa3 100644
--- a/benchmarks/coremark/Makefile
+++ b/benchmarks/coremark/Makefile
@@ -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