From 4ca0c6096b2921a1e398819efe71beb1cfcda0bf Mon Sep 17 00:00:00 2001 From: yusing Date: Sat, 28 Jun 2025 21:40:10 +0800 Subject: [PATCH] fix: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e45f84..9fe30e5 100755 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ ifeq ($(race), 1) endif ifeq ($(debug), 1) - CGO_ENABLED = 0 + CGO_ENABLED = 1 GODOXY_DEBUG = 1 BUILD_FLAGS += -gcflags=all='-N -l' -tags debug -asan else ifeq ($(pprof), 1)