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

Makefile build options do not generate static binaries #111

Closed
atc0005 opened this issue Oct 3, 2020 · 0 comments · Fixed by #116
Closed

Makefile build options do not generate static binaries #111

atc0005 opened this issue Oct 3, 2020 · 0 comments · Fixed by #116
Assignees
Labels
bug Something isn't working builds
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Oct 3, 2020

Same here as with atc0005/check-mail#94.

@atc0005 atc0005 added bug Something isn't working builds labels Oct 3, 2020
@atc0005 atc0005 added this to the Next Release milestone Oct 3, 2020
@atc0005 atc0005 self-assigned this Oct 3, 2020
@atc0005 atc0005 changed the title Makefile build options does not generate static binaries Makefile build options do not generate static binaries Oct 3, 2020
atc0005 added a commit that referenced this issue Oct 10, 2020
The previous build command produces dynamic executables
instead of the intended (but not well noted in the Makefile)
static executables. This commit includes changes noted in
upstream `golang/go` issues which appear to work as intended
for others.

I also include doc comments and reference links describing
the use of the updated build options list and some problems
that I encountered during testing of `linkmode=external`.

- refs GH-111
- refs golang/go 38789
- refs golang/go 26492
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working builds
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant