I'm using MCUXpresso IDE v11.4.0 to create a project.
So in that Debugging level should be Default or None for release configuration?
Solved! Go to Solution.
EMB02
This is somehow beyond MCUXpresso IDE scope. Your question is related with gcc itself.
All the debug level related information is documented here
http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html
I checked there is little information about Level 2. If you have interest, I suggest you contact the gcc team. At the bottom of this page, there is contact.
https://gcc.gnu.org/lists.html
Hope this helps,
Jun Zhang
Hi,
Thanks for your response.
Can you describe more about level 2? How much information default level produces?
Regards,
EMB02
EMB02
This is somehow beyond MCUXpresso IDE scope. Your question is related with gcc itself.
All the debug level related information is documented here
http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html
I checked there is little information about Level 2. If you have interest, I suggest you contact the gcc team. At the bottom of this page, there is contact.
https://gcc.gnu.org/lists.html
Hope this helps,
Jun Zhang
Hi
In "Release", we suggest setting debug level as Default (-g). Here is description about debug level
Hope this helps,
Jun Zhang