From 430a53e7d6a9773696d30a492fe723c5a54559d3 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Fri, 29 Nov 2019 16:17:37 +0100 Subject: [PATCH] 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. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 85d9367..9995cd3 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ if [ "$GOPATH" != "" ]; then unset GOPATH fi -buildtags="-tags nopsiphon" +buildtags="" ldflags="-s -w" if [ "$1" = "windows" ]; then