Skip to content

Commit

Permalink
remove some ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Mar 29, 2024
1 parent 14ea7cd commit 60dce20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ builds:
- -X github.com/cosmos/cosmos-sdk/version.Commit={{ .Commit }}
- -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger,muslc"
- -w -s
- -linkmode=external
- -extldflags '-static -lm -lbz2'
# - -linkmode=external
# - -extldflags '-static -lm -lbz2'
tags:
- netgo
- ledger
Expand Down

0 comments on commit 60dce20

Please sign in to comment.