Skip to content

Commit 167f39d

Browse files
ivankravetsearlephilhower
authored andcommitted
PlatformIO: Make exceptions off by default #5538 (#5814)
1 parent 21926a6 commit 167f39d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/platformio-build.py

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def scons_patched_match_splitext(path, suffixes=None):
7070
"-U__STRICT_ANSI__",
7171
"-ffunction-sections",
7272
"-fdata-sections",
73+
"-fno-exceptions",
7374
"-Wall"
7475
],
7576

0 commit comments

Comments
 (0)