Skip to content

Instantly share code, notes, and snippets.

@jlandure
Created August 1, 2016 15:09
Show Gist options
  • Select an option

  • Save jlandure/22028e73c8de5b35745f17b99facb455 to your computer and use it in GitHub Desktop.

Select an option

Save jlandure/22028e73c8de5b35745f17b99facb455 to your computer and use it in GitHub Desktop.
Static compilation for go
CGO_ENABLED=0 GOGC=off go build --ldflags '-extldflags "-static"' main.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment