mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +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:
1
tools/warnings/extra-cppflags
Normal file
1
tools/warnings/extra-cppflags
Normal file
@ -0,0 +1 @@
|
||||
-Wall -Wextra
|
Reference in New Issue
Block a user