gg-scm/gg

Release binaries should strip debug symbols

Closed this issue · 1 comments

The go command should be additionally invoked with:

go build -trimpath -ldflags '-s -w'

Related to #16. With these flags, the binary shrinks from 7.6 MiB to 5.4 MiB.