From 48967a7e2f7ba095e99e7872cf305e8a05a1afb7 Mon Sep 17 00:00:00 2001 From: Ark Date: Fri, 10 Dec 2021 15:59:24 +0800 Subject: [PATCH] update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 12dc616..1dd33a5 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -go build -trimpath -o v2sub \ No newline at end of file +go build -trimpath -ldflags="-s -w" -o v2sub \ No newline at end of file