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.

AM2732: Per function optimization setting

Part Number: AM2732

Hi Experts

Customer would like to adjust the optimization of a certain function, so that they can insert a break point as they will,

They found that below cmd can not be recognized by arm compiler,  What's the right pragma for AM2732 SDK?

So am273x/main_mss.c:168:9: error: unknown pragma ignored [-Werror,-Wunknown-pragmas]
#pragma FUNCTION_OPTIONS ( funcName, "--opt_level=0" ); 

Thanks

Ken