mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
top-level cmakefile: fix macOS build (#3968)
At least fast-jit seems to require a bit new C++ standard. C++17 was chosen to match product-mini/platforms/darwin.
This commit is contained in:
parent
932eb5d9e5
commit
9916813a34
|
@ -10,6 +10,8 @@ endif()
|
|||
|
||||
project (iwasm)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
set (CMAKE_VERBOSE_MAKEFILE OFF)
|
||||
|
||||
if (NOT DEFINED WAMR_BUILD_PLATFORM)
|
||||
|
|
Loading…
Reference in New Issue
Block a user