From 97e3002c5a025644eebd7341dd44393e1b18d560 Mon Sep 17 00:00:00 2001 From: akbRRksh Date: Sat, 25 Jan 2025 18:38:09 +0700 Subject: [PATCH] add tag low memory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36c640d5..c0ba3049 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VERSION=$(shell git rev-parse --short HEAD) endif BUILDTIME=$(shell date -u) -GOBUILD=CGO_ENABLED=0 go build -tags with_gvisor -trimpath -ldflags '-X "github.com/metacubex/mihomo/constant.Version=$(VERSION)" \ +GOBUILD=CGO_ENABLED=0 go build -tags with_low_memory,with_gvisor -trimpath -ldflags '-X "github.com/metacubex/mihomo/constant.Version=$(VERSION)" \ -X "github.com/metacubex/mihomo/constant.BuildTime=$(BUILDTIME)" \ -w -s -buildid='