I want to change the optimization level for only one function in a file. Is it possible?

I am using CC-RX Compiler (IDE: CS+, MPU: RX64M).

I want to change the optimization level for only one function in a file. Is it possible?

I remember that it was possible in the old Hew Compiler because of the "#pragma option speed" keyword. However,

it seems that CS+ can only set the level on a per-file basis. If you know how, please help me.