1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

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

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
ce12578557/src/ParserGcc.ts (L63-L68)

fix #8809
This commit is contained in:
Max Prokhorov
2023-01-26 14:20:17 +03:00
committed by GitHub
parent a9675ca837
commit 79dde219c5
9 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
-Wall