From e7ee3e58a75583bf0e923edb5f8b90f59b89afba Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 23 Feb 2019 21:10:11 +0200 Subject: [PATCH] PlatformIO: Make exceptions off by default #5538 --- tools/platformio-build.py | 1 + 1 file changed, 1 insertion(+) 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" ],