golang sqlite3 cgo 静态编译方法

 

https://xiazemin.github.io/MyBlog/golang/2020/04/13/statically.html

 

go build -o release/main_linux_amd64 -ldflags '-linkmode "external" -extldflags "-static"' -tags osusergo,netgo,sqlite_omit_load_extension main.go

 

posted @ 2023-06-06 15:15  GPHPER  阅读(262)  评论(0编辑  收藏  举报
TOP