I have a project the builds in debugging mode, but not release mode for the C674x target, and builds in both release and debug mode for C667x. There are thousands of files in the project, and it only fails in five functions in one specific file. All these functions do is read/write a structure and do lots and lots of double multiplications and additions/subtractions, but nothing else.
There is very little to optimize there.
Is there a way for me to run this specific file not in release mode, and the rest of the project in release mode.
Thank you.