speed up ping

This commit is contained in:
Hiddify
2024-01-25 23:59:07 +01:00
parent cc4e89445f
commit 96e7bfffce
3 changed files with 23 additions and 3 deletions

6
build_windows.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
set GOOS=windows
set GOARCH=amd64
set CC=x86_64-w64-mingw32-gcc
set CGO_ENABLED=1
go build -trimpath -tags with_gvisor,with_quic,with_wireguard,with_ech,with_utls,with_clash_api,with_grpc -ldflags="-w -s" -buildmode=c-shared -o bin/libcore.dll ./custom