Add with_grpc build tag

This commit is contained in:
problematicconsumer
2023-10-27 17:44:18 +03:30
parent ca87754ba0
commit 0e6929f452

View File

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