We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58eabcb commit 06c0687Copy full SHA for 06c0687
Makefile
@@ -70,10 +70,12 @@ endif
70
ifeq (rocksdb,$(findstring rocksdb,$(COSMOS_BUILD_OPTIONS)))
71
CGO_ENABLED=1
72
BUILD_TAGS += rocksdb
73
+ ldflags += -X github.com/cosmos/cosmos-sdk/types.DBBackend=rocksdb
74
endif
75
# handle boltdb
76
ifeq (boltdb,$(findstring boltdb,$(COSMOS_BUILD_OPTIONS)))
77
BUILD_TAGS += boltdb
78
+ ldflags += -X github.com/cosmos/cosmos-sdk/types.DBBackend=boltdb
79
80
81
ifeq (,$(findstring nostrip,$(COSMOS_BUILD_OPTIONS)))
0 commit comments