File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ BINARY="boompow-client"
66
77if [ $? == 0 ]; then
88 if [ " ${GOOS} " == " windows" ]; then
9- go build -o ${BINARY} .exe -tags cl -ldflags " -X main.WSUrl=wss://boompow.banano.cc/ws/worker -X main.GraphQLURL=https://boompow.banano.cc/graphql -X main.Version=` git tag --sort=-version:refname | head -n 1` " .
9+ go build -o ${BINARY} .exe -tags cl -race - ldflags " -w -s -X main.WSUrl=wss://boompow.banano.cc/ws/worker -X main.GraphQLURL=https://boompow.banano.cc/graphql -X main.Version=` git tag --sort=-version:refname | head -n 1` " .
1010 else
11- go build -o ${BINARY} -tags cl -ldflags " -X main.WSUrl=wss://boompow.banano.cc/ws/worker -X main.GraphQLURL=https://boompow.banano.cc/graphql -X main.Version=` git tag --sort=-version:refname | head -n 1` " .
11+ go build -o ${BINARY} -tags cl -race - ldflags " -w -s -X main.WSUrl=wss://boompow.banano.cc/ws/worker -X main.GraphQLURL=https://boompow.banano.cc/graphql -X main.Version=` git tag --sort=-version:refname | head -n 1` " .
1212 fi
1313fi
You can’t perform that action at this time.
0 commit comments