Skip to content

Commit e7ee3e5

Browse files
authored
PlatformIO: Make exceptions off by default #5538
1 parent 21926a6 commit e7ee3e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)