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:
@ -10,6 +10,8 @@ endif()
|
|||||||
|
|
||||||
project (iwasm)
|
project (iwasm)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
set (CMAKE_VERBOSE_MAKEFILE OFF)
|
set (CMAKE_VERBOSE_MAKEFILE OFF)
|
||||||
|
|
||||||
if (NOT DEFINED WAMR_BUILD_PLATFORM)
|
if (NOT DEFINED WAMR_BUILD_PLATFORM)
|
||||||
|
|||||||
Reference in New Issue
Block a user