diff --git a/tools/platformio-build.py b/tools/platformio-build.py index a16670d16a..63c82b02c4 100644 --- a/tools/platformio-build.py +++ b/tools/platformio-build.py @@ -70,6 +70,7 @@ def scons_patched_match_splitext(path, suffixes=None): "-U__STRICT_ANSI__", "-ffunction-sections", "-fdata-sections", + "-fno-exceptions", "-Wall" ],