Is there a way to tell the compiler "don't try to optimize this code!" even if the user provides a flag like ReleaseSmall or ReleaseFast?
I build embedded code for the rp2040 and the compiler seems to remove certain critical functions when I use optimization. Using export helps with ReleaseSmall but unfortunately not with ReleaseSafe.