fix makefile

This commit is contained in:
yusing 2025-03-02 21:56:22 +08:00
parent 21616f4d42
commit cdead9ba8a

View file

@ -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)'