Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do full static link of the executable #123

Merged
merged 1 commit into from
May 11, 2024
Merged

Do full static link of the executable #123

merged 1 commit into from
May 11, 2024

Conversation

vazub
Copy link
Contributor

@vazub vazub commented May 11, 2024

Go binaries are much more useful when they are statically linked by default. Unless there is a good reason to depend on libc, there is no need to link dynamically.

This would also solve #96, and make the pre-built binary more portable and more easily distributable.

@yorukot yorukot merged commit ef6c971 into yorukot:main May 11, 2024
1 check passed
@yorukot
Copy link
Owner

yorukot commented May 11, 2024

Thanks for the PR!

@yorukot
Copy link
Owner

yorukot commented May 11, 2024

Also update release.sh 785692f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants