Skip to content

Commit dd531ca

Browse files
committed
Temporarily comment out -lsgx_epid
1 parent 661d5c3 commit dd531ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ GO_TAGS := $(build_tags)
148148
# -ldflags
149149
LD_FLAGS := $(ldflags)
150150

151-
ifeq ($(SGX_MODE), HW)
152-
CGO_LDFLAGS += -lsgx_epid
153-
endif
151+
# ifeq ($(SGX_MODE), HW)
152+
# CGO_LDFLAGS += -lsgx_epid
153+
# endif
154154

155155
all: build_all
156156

0 commit comments

Comments
 (0)