Skip to content

Commit

Permalink
ci: remove ld_classic flag (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang authored Dec 18, 2023
1 parent ad4578a commit d8a33fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/make/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ BUILD_FLAGS := -tags "$(build_tags)" -ldflags '$(ldflags)'
CGO_CFLAGS := -I$(TEMPDIR)/include
CGO_LDFLAGS := -L$(TEMPDIR)/lib
ifeq ($(OS_NAME),darwin)
CGO_LDFLAGS += -Wl,-ld_classic -lrocksdb -lstdc++ -lz -lbz2
CGO_LDFLAGS += -lrocksdb -lstdc++ -lz -lbz2
else
CGO_LDFLAGS += -static -lm -lbz2
endif
Expand Down

0 comments on commit d8a33fd

Please sign in to comment.