We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01409c8 commit 3d6c77aCopy full SHA for 3d6c77a
contracts/c-sphincs-all-in-one-lock/Makefile
@@ -53,7 +53,7 @@ CFLAGS += -I $(SPHINCS_PLUS_DIR) -I $(CUR_BUILD) -I $(cur_dir)/utils
53
OS := $(shell uname -s)
54
LDFLAGS := -static -Wl,--gc-sections
55
ifeq ($(OS),Darwin)
56
- LDFLAGS += -fuse-ld=ld.lld
+ LDFLAGS += -fuse-ld=lld
57
endif
58
59
default: build
0 commit comments