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