11 MB Binary? #20
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lab/turboCommit#20
Loading…
Add table
Add a link
Reference in a new issue
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?
Hi,
I compiled turbocommit and noticed the binary is 11 MB (Megabytes).
Am I doing something wrong for it to be that size?
Thanks
You are not doing anything wrong. By default, everything is statically linked. There are guides like min-sized-rust to address the size of rust binaries.
If the 11Mb is a concern to you, feel free to fork this and adapt it for a smaller binary size and consider making a PR if you do so.