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

Fix Makefile build cmd to create static binaries #297

Commits on Oct 10, 2020

  1. Fix Makefile build cmd to create static binaries

    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-294
    - refs golang/go 38789
    - refs golang/go 26492
    atc0005 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    c8b177c View commit details
    Browse the repository at this point in the history