如何为每个函数在不同级别上切换编译器 (xc16) 的优化级别?
例如:
void _ISR _T1Interrupt //compile with O0
{
.....
}
int_16_t main (void) //compile with O2
{
.....
}
如何为每个函数在不同级别上切换编译器 (xc16) 的优化级别?
例如:
void _ISR _T1Interrupt //compile with O0
{
.....
}
int_16_t main (void) //compile with O2
{
.....
}