标签 rust 下的文章

Golang编译命令CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath -o myappCGO_ENABLED=0:纯静态二进制,避免动态库依赖-s:strip symbol table 去除符号表-w:strip DWA ...