Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Mar 2, 2025
1 parent 21616f4 commit cdead9b
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 @@ -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)'
Expand Down

0 comments on commit cdead9b

Please sign in to comment.