Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dilyevsky
on March 22, 2023
|
parent
|
context
|
favorite
| on:
The simplicity of single-file Golang deployments
> CGO_ENABLED=1 CC=musl-gcc go build --ldflags '-linkmode external -extldflags=-static'
Unless you cant use musl for some reason, but that’s a glibc problem, not Go
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Unless you cant use musl for some reason, but that’s a glibc problem, not Go