@GeoffWozniak @uglyhack @yrabbit
Is that accurate?
Exactly! In order to make everything fit into the flash right now, we need to have all optimizations turned on. So, for example, a lot of the lines of code in the original source is reported by GDB as being optimized out, making it useless for interactive debugging purposes. A lot of lambda expressions are also optimized out, making it nearly impossible to fully debug without making changes to the source code. Etc.