fix: Makefile

This commit is contained in:
yusing 2025-07-01 02:14:12 +08:00
parent 0c552c9cea
commit 1c95bbba6e

View file

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