We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a308cbd commit bda9d58Copy full SHA for bda9d58
.github/workflows/linux.yml
@@ -92,7 +92,7 @@ jobs:
92
set -xeuo pipefail
93
mkdir -p dist
94
go build -v -trimpath -o dist/sing-box -tags "${BUILD_TAGS}" \
95
- -ldflags '-s -buildid= -X github.com/sagernet/sing-box/constant.Version=${{ needs.calculate_version.outputs.version }}' \
+ -ldflags '-s -buildid= -X github.com/sagernet/sing-box/constant.Version=${{ needs.calculate_version.outputs.version }} -checklinkname=0' \
96
./cmd/sing-box
97
env:
98
CGO_ENABLED: "0"
0 commit comments