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

Don't use -g++ or -gcc suffixes in command line arguments #8829

Merged
merged 1 commit into from
Jan 26, 2023

Commits on Jan 26, 2023

  1. Don't use -g++ or -gcc suffixes in command line arguments

    It may confuse some greedy parsers matching compiler either with a glob
    or by iterating each argument and not stopping on the first one
    
    ref. this library used by VSCode Arduino extension
    * https://github.com/elektronikworkshop/cocopa/blob/ce125785574735b777e2a40bad0e85dd41580692/src/ParserGcc.ts#L63-L68
    
    fix esp8266#8809
    mcspr committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    a304bb5 View commit details
    Browse the repository at this point in the history