Add macro to exclude sgx wasi/pthread ocalls if not needed (#384)

This commit is contained in:
Xu Jun
2020-09-15 15:49:09 +08:00
committed by GitHub
parent 2499e1ec4b
commit 547298d4e7
14 changed files with 412 additions and 4 deletions

View File

@ -90,7 +90,7 @@ Crypto_Library_Name := sgx_tcrypto
WAMR_ROOT := $(CURDIR)/../../../../
Enclave_Cpp_Files := Enclave/Enclave.cpp Enclave/Enclave_test.cpp
Enclave_Cpp_Files := Enclave/Enclave.cpp
Enclave_Include_Paths := -IEnclave -I$(WAMR_ROOT)/core/iwasm/include \
-I$(WAMR_ROOT)/core/shared/utils \