From cdead9ba8af40cf72ce215382f04bfd3be7a7a87 Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 2 Mar 2025 21:56:22 +0800 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a1815f..44c1e40 100755 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ ifeq ($(pprof), 1) else CGO_ENABLED = 0 LDFLAGS += -s -w - BUILD_FLAGS = -pgo=auto + BUILD_FLAGS = -pgo=auto -tags production endif BUILD_FLAGS += -ldflags='$(LDFLAGS)'