Tiva/Stellaris programs were compiled with optimization -Os in Energia E0012. (Optimize for size).
In Energia E0013 optimization is turned off for Tiva/Stellaris and CC3200. (-O0)
How do I turn optimization back on in Energia E0013?
I have been working on a Arduino/Energia library which has a timing critical interrupt handler.
Of course there is the #pragma route to controlling optimization. But is there a way in the IDE, or in preferences.txt, is #pragma the preferred method.
On a somewhat related note, are there any release notes for the new version (which might cove