Remove exception handling code, save RAM and FLASH (#245)
Use a libstdc++ compiled with -fno-exceptions to avoid including the code needed to unwind C++ exceptions. Saves ~4K RAM and ~5K flash.
Showing
lib/libstdc++.a
0 → 100644
File added
Please register or sign in to comment