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

[7.4.0] Add conlyopts and cxxopts attributes to cc rules #23904

Commits on Oct 8, 2024

  1. [7.4.0] Add conlyopts and cxxopts attributes to cc rules

    The inability to pass C or C++ specific compiler flags to targets that
    contain a mix of those sources is a common sticking point for new users.
    These mirror the global `--conlyopt` and `--cxxopt` flags but at the
    target level.
    
    Fixes bazelbuild#22041
    
    RELNOTES: Add conlyopts and cxxopts attributes to cc rules
    
    Closes bazelbuild#23840
    
    PiperOrigin-RevId: 682144094
    Change-Id: I0fe8b728c493652d875ce6a6dd2a9989c36b1f24
    
    (cherry picked from commit 5854788)
    keith committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0ca68c4 View commit details
    Browse the repository at this point in the history