CodeWarrior 2.10, internal_FLASH Settings

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior 2.10, internal_FLASH Settings

885 Views
gaoqiang
Contributor III

thanks for your attention!
In CodeWarrior 2.10, internal_FLASH Settings, Language Settings-> C/C++ Language, there is an option for Enable C++ Exceptions, you can refer to the part indicated in the attached picture, what is the role of this option? If you open it, the .mot file will Become bigger, if you don't open it, the program can also run normally. Thank you for your answer!

Gathon.

2018.07.23

Labels (1)
0 Kudos
2 Replies

627 Views
martin_kovar
NXP Employee
NXP Employee

Hello,

here is definition from CodeWarrior user manual:

Checked - generates executable code for C++ exceptions.
Clear—generates smaller, faster executable code.

Enable the Enable C++ Exceptions setting if you use the try, throw, and catch statements specified in the ISO/IEC 14882-1998 C++ standard.

Otherwise, disable this setting to generate smaller and faster code.

Best Regards,

Martin

0 Kudos

627 Views
gaoqiang
Contributor III

Received, thank you very much!

发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用

0 Kudos