build.sh: re-enable psiphon (#81)

To test this, I'll create a fake release locally and make sure
the resulting binary is much larger. If you see this commit landing
on a PR, then it means I successfully run this check.
This commit is contained in:
Simone Basso 2019-11-29 16:17:37 +01:00 committed by GitHub
parent 222b0bfbca
commit 430a53e7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ if [ "$GOPATH" != "" ]; then
unset GOPATH
fi
buildtags="-tags nopsiphon"
buildtags=""
ldflags="-s -w"
if [ "$1" = "windows" ]; then