Posted in

Go跨平台二进制瘦身术:UPX压缩、strip符号表、go build -ldflags=”-s -w”、CGO_ENABLED=0与musl静态链接的体积对比实测(ARM64 macOS/Linux/Windows)

第一章:Go跨平台二进制瘦身术: … Go跨平台二进制瘦身术:UPX压缩、strip符号表、go build -ldflags=”-s -w”、CGO_ENABLED=0与musl静态链接的体积对比实测(ARM64 macOS/Linux/Windows)Read more

Posted in

Go跨平台编译总失败?CGO_ENABLED=0 / musl / UPX三重压缩方案,Linux/macOS/Windows二进制包体积压缩至原大小23%

第一章:Go跨平台编译失败的根源 … Go跨平台编译总失败?CGO_ENABLED=0 / musl / UPX三重压缩方案,Linux/macOS/Windows二进制包体积压缩至原大小23%Read more