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

Ensure command line linkopts are added to cgo link flags #2926

Merged
merged 1 commit into from
Aug 21, 2021

Commits on Jul 16, 2021

  1. Ensure command line linkopts are added to cgo link flags

    rules_go seems to be ignoring --linkopt (and --copt/--cxxopt) when
    resolving command line flags.
    
    These flags are accessible through the "cpp" fragment and are not
    expanded by get_memory_inefficient_command_line as they are not part
    of the toolchain.
    chancila authored and chancilasnap committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    403447e View commit details
    Browse the repository at this point in the history