go 编译 静态可执行文件

go build -ldflags '-s -w -extldflags "-static"'

CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC=gcc go build -ldflags '-s -w -extldflags "-static"' .
本文链接地址:https://const.net.cn/716.html

标签: none

添加新评论