Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified hashtree_darwin_arm64.syso
Binary file not shown.
Binary file modified hashtree_linux_amd64.syso
Binary file not shown.
Binary file modified hashtree_linux_arm64.syso
Binary file not shown.
Binary file modified hashtree_windows_amd64.syso
Binary file not shown.
7 changes: 0 additions & 7 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ $(shell mkdir -p $(LIB_DIR))

ASFLAGS += -g -fpic
CFLAGS += -g -Wall -Werror -O3
CLANG_ASFLAGS = -fno-integrated-as
LDFLAGS += -L .
testlibs = -lhashtree
benchlibs = -lhashtree -lm
Expand Down Expand Up @@ -81,12 +80,6 @@ ifeq ($(CC), cc)
endif
endif

ifeq ($(CC),clang)
ifneq ($(ARM),1)
ASFLAGS += $(CLANG_ASFLAGS)
endif
endif

ifeq ($(HAVE_OPENSSL),1)
CFLAGS += -DHAVE_OPENSSL
benchlibs += -lcrypto
Expand Down
Loading