Skip to content

Commit 3d6c77a

Browse files
committed
Use lld linker
1 parent 01409c8 commit 3d6c77a

File tree

1 file changed

+1
-1
lines changed
  • contracts/c-sphincs-all-in-one-lock

1 file changed

+1
-1
lines changed

contracts/c-sphincs-all-in-one-lock/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ CFLAGS += -I $(SPHINCS_PLUS_DIR) -I $(CUR_BUILD) -I $(cur_dir)/utils
5353
OS := $(shell uname -s)
5454
LDFLAGS := -static -Wl,--gc-sections
5555
ifeq ($(OS),Darwin)
56-
LDFLAGS += -fuse-ld=ld.lld
56+
LDFLAGS += -fuse-ld=lld
5757
endif
5858

5959
default: build

0 commit comments

Comments
 (0)