Add with_grpc build tag
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ BRANCH=$(shell git branch --show-current)
|
|||||||
VERSION=$(shell git describe --tags || echo "unknown version")
|
VERSION=$(shell git describe --tags || echo "unknown version")
|
||||||
NAME=$(BASENAME)-$@
|
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
|
IOS_TAGS=with_dhcp,with_low_memory,with_conntrack
|
||||||
GOBUILD=CGO_ENABLED=1 go build -trimpath -tags $(TAGS) -ldflags="-w -s" -buildmode=c-shared
|
GOBUILD=CGO_ENABLED=1 go build -trimpath -tags $(TAGS) -ldflags="-w -s" -buildmode=c-shared
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user