Skip to content

Commit

Permalink
PlatformIO: Make exceptions off by default #5538
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets authored Feb 23, 2019
1 parent 21926a6 commit e7ee3e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/platformio-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def scons_patched_match_splitext(path, suffixes=None):
"-U__STRICT_ANSI__",
"-ffunction-sections",
"-fdata-sections",
"-fno-exceptions",
"-Wall"
],

Expand Down

0 comments on commit e7ee3e5

Please sign in to comment.