Forum Discussion
Altera_Forum
Honored Contributor
13 years agoincreasing performance of nios 2
Hallo, Is there any possibility to increase the performance of nios II in C4 related to the debug configuration? I know this from some µCs the there is a big increase by disabling the debug ...
Altera_Forum
Honored Contributor
13 years ago-Os is optimize for space. It will create a smaller binary, but maybe not the fastest one. If you are looking for performance it is better to use -O2 or -O3