摘要: 命令 go build -ldflags "-s -w" -buildmode=c-shared -o app.dll .\app.go 解释 命令组成 go build: Go 语言编译命令 -ldflags "-s -w": 链接器标志 -s: 去除符号表 -w: 去除调试信息 -buildmo 阅读全文
posted @ 2025-10-23 17:07 一个小笨蛋 阅读(3) 评论(0) 推荐(0)