Skip to content

Commit

Permalink
chore: add buildvcs false flag
Browse files Browse the repository at this point in the history
  • Loading branch information
x-wagmi committed Dec 15, 2024
1 parent 45d4412 commit 6beb51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=$(APPNAME) \
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT)

BUILD_FLAGS := -ldflags '$(ldflags)'
BUILD_FLAGS := -ldflags '$(ldflags)' -buildvcs=false

##############
### Test ###
Expand Down

0 comments on commit 6beb51e

Please sign in to comment.