Fix compile warnings on windows platform: dll linkage and others (#604)
This commit is contained in:
@ -10,6 +10,7 @@ if (NOT WAMR_BUILD_PLATFORM STREQUAL "windows")
|
||||
else()
|
||||
project (aot-compiler C ASM CXX)
|
||||
enable_language (ASM_MASM)
|
||||
add_definitions(-DCOMPILING_WASM_RUNTIME_API=1)
|
||||
endif()
|
||||
|
||||
set (CMAKE_CXX_STANDARD 14)
|
||||
|
||||
Reference in New Issue
Block a user