fix makefile for trace mode

This commit is contained in:
yusing 2025-02-03 04:22:29 +08:00
parent 721ddcb590
commit 58d5e81449

View file

@ -5,6 +5,7 @@ export GOOS = linux
LDFLAGS = -X github.com/yusing/go-proxy/pkg.version=${VERSION}
ifeq ($(trace), 1)
debug = 1
GODOXY_TRACE ?= 1
endif