According to an answer to a question about whether the arduino environment supports exceptions, it is theoretically possible to run "exceptional" binaries on an Arduino board.
How would I alter my Arduino IDE to allow this? Specifically, how do I prevent the IDE from including the -fno-exceptions
flag when invoking the compiler?