Consider upx for squashing binary size #306
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Via https://github.com/goreleaser/goreleaser/pull/148.
abra
binaries go from 19M to 7M when run underupx
.Start-up time is affected, it is slower. Is it noticeable tho?
With:
And:
I can get it to work, but I think it will affect the checksum generation.
Leaving off for now.
Checked again,
abra
from 20M -> 5.5M andkadabra
to 4.6M! Really need to get around to this, especially forkadabra
where startup times won't be really noticed at all due to being a server-side component.