Fix build error with LLVM 16 (#2259)

This commit is contained in:
YAMAMOTO Takashi
2023-06-06 14:45:18 +09:00
committed by GitHub
parent 5d69f364db
commit 6e3c3fe9ec
10 changed files with 13 additions and 7 deletions

View File

@ -16,7 +16,7 @@ set (CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
set (CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "")
set (CMAKE_C_STANDARD 99)
set (CMAKE_CXX_STANDARD 14)
set (CMAKE_CXX_STANDARD 17)
# Set WAMR_BUILD_TARGET, currently values supported:
# "X86_64", "AMD_64", "X86_32", "AARCH64[sub]", "ARM[sub]", "THUMB[sub]",