How do I enforce disabling of C++ exceptions?
I’m using C++ for a low-level firmware project for a microcontroller. Everything was fine for a while, with code size kept very small, until I introduced this line of code:
I’m using C++ for a low-level firmware project for a microcontroller. Everything was fine for a while, with code size kept very small, until I introduced this line of code: