Skip to content

Instantly share code, notes, and snippets.

@AndreKR
Last active May 20, 2018 17:58
Show Gist options
  • Save AndreKR/787ddc3fea4f43d94020c2f7750b6344 to your computer and use it in GitHub Desktop.
Save AndreKR/787ddc3fea4f43d94020c2f7750b6344 to your computer and use it in GitHub Desktop.
Build smaller executables with Go
go build -gcflags=all=-trimpath=c:\path\to\trim -asmflags=all=-trimpath=c:\path\to\trim -ldflags=all="-s -w"
upx ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment