From dd531ca7717eacac8565fb39257fd5afa1974acc Mon Sep 17 00:00:00 2001 From: Ilya Raykker Date: Wed, 30 Oct 2024 18:59:31 +0400 Subject: [PATCH] Temporarily comment out -lsgx_epid --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5914e6e2e..803c74a75 100644 --- a/Makefile +++ b/Makefile @@ -148,9 +148,9 @@ GO_TAGS := $(build_tags) # -ldflags LD_FLAGS := $(ldflags) -ifeq ($(SGX_MODE), HW) - CGO_LDFLAGS += -lsgx_epid -endif +# ifeq ($(SGX_MODE), HW) + # CGO_LDFLAGS += -lsgx_epid +# endif all: build_all