This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is it possible to have a #pragma for a particular file to be optimized with a particular optimization level in Concerto ARM Cortex M3 Core.
I am using a F28M35H52C1 device and want one of the files to be always compiled with O0.
Regards
Sandeep
Sandeep,
Yes, you can set file specific build options in CCS. In the project view, right click on the FILE (not the project), and choose properties. You can then set options that will apply only to that specific file.
Regards,
David