From 7daf2d346d45f570f5feddf3258f82a8e193e220 Mon Sep 17 00:00:00 2001 From: Giovanni Mazzeo Date: Fri, 25 Apr 2025 14:35:31 +0200 Subject: [PATCH] Update Makefile --- product-mini/platforms/linux-sgx/enclave-sample/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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