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 5d9f282 commit 01409c8Copy full SHA for 01409c8
contracts/c-sphincs-all-in-one-lock/Makefile
@@ -51,9 +51,9 @@ CFLAGS += -I $(SPHINCS_PLUS_DIR) -I $(CUR_BUILD) -I $(cur_dir)/utils
51
# CFLAGS += -DCKB_C_STDLIB_PRINTF
52
53
OS := $(shell uname -s)
54
-LDFLAGS :=
55
-ifneq ($(OS),Darwin)
56
- LDFLAGS += -static -Wl,--gc-sections
+LDFLAGS := -static -Wl,--gc-sections
+ifeq ($(OS),Darwin)
+ LDFLAGS += -fuse-ld=ld.lld
57
endif
58
59
default: build
0 commit comments