Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 167f39d

Browse files
ivankravetsearlephilhower
authored andcommittedFeb 23, 2019
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.