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 496c5c8 commit eb2fc1aCopy full SHA for eb2fc1a
contracts/c-sphincs-all-in-one-lock/Makefile
@@ -52,7 +52,7 @@ CFLAGS += -I $(SPHINCS_PLUS_DIR) -I $(CUR_BUILD) -I $(cur_dir)/utils
52
53
OS := $(shell uname -s)
54
LDFLAGS :=
55
-if neq($(OS),Darwin)
+ifneq($(OS),Darwin)
56
LDFLAGS += -static -Wl,--gc-sections
57
endif
58
0 commit comments