Skip to content

Commit

Permalink
release qng v1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dindinw committed May 30, 2023
1 parent 6d1b8b3 commit 2bb6b9d
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 @@ -70,7 +70,7 @@ qng-build:
@echo "Enable DEBUG"
@go build -o $(GOBIN)/qng $(GOFLAGS_DEV) -gcflags="all=-N -l" "github.com/Qitmeer/qng/cmd/qng"
else
@go build -o $(GOBIN)/qng $(GOFLAGS_DEV) "github.com/Qitmeer/qng/cmd/qng"
@go build -o $(GOBIN)/qng $(GOFLAGS_RELEASE) "github.com/Qitmeer/qng/cmd/qng"
endif
qx:
@go build -o $(GOBIN)/qx $(GOFLAGS_DEV) "github.com/Qitmeer/qng/cmd/qx"
Expand Down

0 comments on commit 2bb6b9d

Please sign in to comment.