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

Use new ALL_FLAGS feature of CDT for discovery #547

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Nov 11, 2022

  1. Use new ALL_FLAGS feature of CDT for discovery

    CDT 11 includes a new ${ALL_FLAGS} that can be specified in the
    scanner discovery to pick up all command line options specified
    in the managed build.
    
    See the N&N entry at:
    
    https://github.com/jonah/cdt/blob/main/NewAndNoteworthy/CDT-11.0.md#scanner-discovery-considering-all-flags
    
    This change is not required as CDT's change is non-breaking. But
    to use ALL_FLAGS you need CDT 11 or newer, specifically for
    org.eclipse.cdt.managedbuilder.core;bundle-version="9.5.0"
    jonahgraham committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    bb9a33b View commit details
    Browse the repository at this point in the history