Tool/software: TI C/C++ Compiler
Hi
May I ask what optimization options are enabled for release on A72, and what their role is?
I wrote a switch case statement on the release version, but I found that when the case exceeds 5, my code will not work properly. It is normal on debug. What is the reason for this and how can I solve it?
Thanks