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