Skip to content
Prev Previous commit
Add exceptions to PIO
  • Loading branch information
me-no-dev committed Apr 6, 2018
commit 83d25cafb256a8980a286ae8ee28916e9bf0f02e
3 changes: 2 additions & 1 deletion tools/platformio-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"-Wno-error=unused-function",
"-Wno-unused-parameter",
"-Wno-sign-compare",
"-fstack-protector"
"-fstack-protector",
"-fexceptions"
],

CPPPATH=[
Expand Down