feat: drop unsafe -checklinkname

This commit is contained in:
源文雨
2025-10-24 00:28:47 +08:00
parent 8101c02ca8
commit 216d99c05d
7 changed files with 117 additions and 99 deletions

View File

@@ -6,7 +6,7 @@ env:
BINARY_PREFIX: "zbp_"
BINARY_SUFFIX: ""
PR_PROMPT: "::warning:: Build artifact will not be uploaded due to the workflow is trigged by pull request."
LD_FLAGS: "-w -s -checklinkname=0"
LD_FLAGS: "-w -s"
jobs:
build: