From 7b9a6f8eb0ce783b1c7acbc728f7ce3e273cb202 Mon Sep 17 00:00:00 2001 From: Bruce Riley Date: Mon, 2 May 2022 21:31:23 +0000 Subject: [PATCH] guardiand version is always development --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 33bad7aaf..2a1e8765e 100755 --- a/Makefile +++ b/Makefile @@ -36,8 +36,7 @@ node: $(BIN)/guardiand .PHONY: $(BIN)/guardiand $(BIN)/guardiand: dirs generate - # The go-ethereum and celo-blockchain packages both implement secp256k1 using the exact same header, but that causes duplicate symbols. - cd node && go build -ldflags "-X github.com/certusone/wormhole/node/pkg/version.version=${VERSION}" \ - -ldflags '-extldflags "-Wl,--allow-multiple-definition" ' \ + @# The go-ethereum and celo-blockchain packages both implement secp256k1 using the exact same header, but that causes duplicate symbols. + cd node && go build -ldflags "-X github.com/certusone/wormhole/node/pkg/version.version=${VERSION} -extldflags -Wl,--allow-multiple-definition" \ -mod=readonly -o ../$(BIN)/guardiand \ github.com/certusone/wormhole/node