Add SGX AOT support with SGX SDKv2.8 unpublic sgx_rsrv_mem_mngr.h (#169)

This commit is contained in:
qdaoming-intel
2020-02-19 15:11:12 +08:00
committed by GitHub
parent 0fb40f3f9a
commit a4ac16a1c8
5 changed files with 138 additions and 16 deletions

View File

@ -32,8 +32,8 @@ if (NOT DEFINED WAMR_BUILD_INTERP)
endif ()
if (NOT DEFINED WAMR_BUILD_AOT)
# Disable AOT by default.
set (WAMR_BUILD_AOT 0)
# Enable AOT by default.
set (WAMR_BUILD_AOT 1)
endif ()
if (NOT DEFINED WAMR_BUILD_JIT)