From ce1658f34731ea8732125fe8eef38b42028f517f Mon Sep 17 00:00:00 2001 From: tian zhou Date: Mon, 30 May 2022 19:29:37 +0800 Subject: [PATCH] fix: lotus-bench make command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae81a8a2c..4b79d6381 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ BINS+=lotus-fountain lotus-bench: rm -f lotus-bench - $(GOCC) build -o lotus-bench ./cmd/lotus-bench + $(GOCC) build $(GOFLAGS) -o lotus-bench ./cmd/lotus-bench .PHONY: lotus-bench BINS+=lotus-bench