From 9bf989113fa827cd401957f55b2bd2a4816c7891 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Mon, 13 Sep 2021 01:00:37 +0800 Subject: [PATCH] Update build.ps1 --- Other/trojan-go/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/trojan-go/build.ps1 b/Other/trojan-go/build.ps1 index be175e30..18f90910 100644 --- a/Other/trojan-go/build.ps1 +++ b/Other/trojan-go/build.ps1 @@ -12,7 +12,7 @@ $Env:GOROOT_FINAL='/usr' $Env:GOOS='windows' $Env:GOARCH='amd64' -go build -a -trimpath -asmflags '-s -w' -ldflags '-s -w' -o '..\..\release\trojan-go.exe' +go build -a -trimpath -asmflags '-s -w' -ldflags '-s -w' -tags 'full' -o '..\..\release\trojan-go.exe' Pop-Location Pop-Location