diff --git a/product-mini/platforms/linux-sgx/enclave-sample/Makefile b/product-mini/platforms/linux-sgx/enclave-sample/Makefile index f82440bc1..eaa806011 100644 --- a/product-mini/platforms/linux-sgx/enclave-sample/Makefile +++ b/product-mini/platforms/linux-sgx/enclave-sample/Makefile @@ -12,7 +12,7 @@ SPEC_TEST ?= 0 # These variables are automatically set by CMakeLists.txt WAMR_BUILD_SGX_IPFS = 0 -WAMR_BUILD_LIB_RATS = 1 +WAMR_BUILD_LIB_RATS = 0 WAMR_BUILD_GLOBAL_HEAP_POOL = 0 WAMR_BUILD_GLOBAL_HEAP_SIZE = 10485760 WAMR_BUILD_STATIC_PGO = 0