Skip to content

Commit f3701a7

Browse files
committed
Revert "perpetual process position use case was updated"
This reverts commit 16f50cf.
1 parent 16f50cf commit f3701a7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@ ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=$(NAME) \
4949
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
5050
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT) \
5151
-X github.com/cosmos/cosmos-sdk/types.DBBackend=$(DBENGINE) \
52-
-X github.com/elys-network/elys/v5/app.NextVersion=${VERSION} \
53-
-X github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger,muslc,osusergo,$(DBENGINE)\
54-
-w -s \
55-
-linkmode=external \
56-
-extldflags "-Wl,-z,muldefs -static -lm"
57-
52+
-X github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger,muslc,osusergo,$(DBENGINE)
5853
BUILD_FLAGS := -ldflags '$(ldflags)' -tags '$(GOTAGS)'
5954

6055

@@ -89,7 +84,7 @@ $(BUILDDIR)/:
8984
## build: Build the binary
9085
build: check-version go.sum $(BUILDDIR)/
9186
@echo Building Elysd binary...
92-
@GOFLAGS=$(GOFLAGS) GOOS=linux GOARCH=amd64 go build $(BUILD_FLAGS) -o $(BUILDDIR) ./cmd/$(BINARY)
87+
@GOFLAGS=$(GOFLAGS) go build $(BUILD_FLAGS) -o $(BUILDDIR) ./cmd/$(BINARY)
9388

9489
## build-all: Build binaries for all platforms
9590
build-all: $(BUILDDIR)/

0 commit comments

Comments
 (0)