From 58d5e8144956358e04d323b10b47e8623912f80c Mon Sep 17 00:00:00 2001 From: yusing Date: Mon, 3 Feb 2025 04:22:29 +0800 Subject: [PATCH] fix makefile for trace mode --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a647a1c..f6b8521 100755 --- a/Makefile +++ b/Makefile @@ -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