diff --git a/script/build_go.sh b/script/build_go.sh index 38c5b0d..e8fef45 100755 --- a/script/build_go.sh +++ b/script/build_go.sh @@ -26,5 +26,5 @@ popd #### Go: core #### pushd core/server VERSION_SINGBOX=$(go list -m -f '{{.Version}}' github.com/sagernet/sing-box) -go build -v -o $DEST -trimpath -ldflags "-w -s -X 'github.com/sagernet/sing-box/constant.Version=${VERSION_SINGBOX}'" -tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_ech,with_dhcp" +go build -v -o $DEST -trimpath -ldflags "-w -s -X 'github.com/sagernet/sing-box/constant.Version=${VERSION_SINGBOX}'" -tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_ech,with_dhcp,with_grpc" popd