speed up ping
This commit is contained in:
6
build_windows.bat
Normal file
6
build_windows.bat
Normal 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
|
||||
Reference in New Issue
Block a user