From 0e6929f45217799f11959dcbbab5e2dbc5d1ea7c Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Fri, 27 Oct 2023 17:44:18 +0330 Subject: [PATCH] Add with_grpc build tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88c5d6e..d4c4278 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BRANCH=$(shell git branch --show-current) VERSION=$(shell git describe --tags || echo "unknown version") NAME=$(BASENAME)-$@ -TAGS=with_gvisor,with_quic,with_wireguard,with_ech,with_utls,with_clash_api +TAGS=with_gvisor,with_quic,with_wireguard,with_ech,with_utls,with_clash_api,with_grpc IOS_TAGS=with_dhcp,with_low_memory,with_conntrack GOBUILD=CGO_ENABLED=1 go build -trimpath -tags $(TAGS) -ldflags="-w -s" -buildmode=c-shared