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

Build smaller binaries #18

Merged
merged 1 commit into from
Jun 8, 2022
Merged

Build smaller binaries #18

merged 1 commit into from
Jun 8, 2022

Conversation

markphelps
Copy link

Adds -trimpath -ldflags="-s -w" to the go build command to produce smaller binaries with debug symbols removed as well as using -trimpath which removes all file system paths from the compiled executable, to improve build reproducibility.

Adds `-trimpath -ldflags="-s -w"` to the `go build` command to produce smaller binaries with debug symbols removed as well as using `-trimpath` which removes all file system paths from the compiled executable, to improve build reproducibility.
Copy link
Contributor

@mislav mislav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🙇

@mislav mislav merged commit d5fc2c1 into cli:trunk Jun 8, 2022
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