Skip to content

Commit 5d4a9c0

Browse files
author
bjdgy
committed
test
1 parent 8bd8651 commit 5d4a9c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/build_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export GOPROXY=https://goproxy.cn
1010

1111
apk add build-base tzdata gcc musl-dev upx
1212

13-
go build -o anylink
13+
#go build -o anylink
14+
go build -o anylink -ldflags "-s -w -extldflags '-static'"
1415

15-
#go build -o anylink -ldflags "-extldflags '-static'"
1616

1717
go env
1818
uname -a

0 commit comments

Comments
 (0)