We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8618643 commit cb943bfCopy full SHA for cb943bf
product-mini/platforms/windows/CMakeLists.txt
@@ -13,7 +13,7 @@ set (WAMR_BUILD_PLATFORM "windows")
13
# Reset default linker flags
14
set (CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
15
set (CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "")
16
-
+set(CMAKE_CXX_STANDARD 17)
17
add_definitions(-DCOMPILING_WASM_RUNTIME_API=1)
18
19
# Set WAMR_BUILD_TARGET, currently values supported:
0 commit comments