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