Skip to content

Instantly share code, notes, and snippets.

@assafmo
Last active April 21, 2020 12:05
Show Gist options
  • Save assafmo/cabf9dd60831c81de0590d99d807aa36 to your computer and use it in GitHub Desktop.
Save assafmo/cabf9dd60831c81de0590d99d807aa36 to your computer and use it in GitHub Desktop.
Golang build flags
go build -ldflags '-linkmode external -extldflags "-static"'
go build -ldflags '-s -w'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment