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:
parent
222b0bfbca
commit
430a53e7d6
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -5,7 +5,7 @@ if [ "$GOPATH" != "" ]; then
|
||||||
unset GOPATH
|
unset GOPATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
buildtags="-tags nopsiphon"
|
buildtags=""
|
||||||
ldflags="-s -w"
|
ldflags="-s -w"
|
||||||
|
|
||||||
if [ "$1" = "windows" ]; then
|
if [ "$1" = "windows" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue