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 //go/config:linkmode flag value not being effective #3627

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Commits on Jul 18, 2023

  1. Fix //go/config:linkmode flag value not being effective

    The value of the flag was always overriden by the `linkmode` `go_binary`
    attribute, even if that attribute was at its default (`normal`) value.
    Instead, use a default of `auto` to distinguish this case from the case
    where no attribute value has been set explicitly.
    
    Fixes #3614
    Closes #3615
    fmeum committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    08a14a9 View commit details
    Browse the repository at this point in the history