1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

PlatformIO: Make exceptions off by default #5538 (#5814)

This commit is contained in:
Ivan Kravets 2019-02-24 01:25:33 +02:00 committed by Earle F. Philhower, III
parent 21926a69b6
commit 167f39dab6

View File

@ -70,6 +70,7 @@ env.Append(
"-U__STRICT_ANSI__",
"-ffunction-sections",
"-fdata-sections",
"-fno-exceptions",
"-Wall"
],