7 lines
263 B
Batchfile
7 lines
263 B
Batchfile
@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
|