Skip to content

Commit

Permalink
Temporarily comment out -lsgx_epid
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Oct 30, 2024
1 parent 661d5c3 commit dd531ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dd531ca

Please sign in to comment.