Closed ohmtech-rdi closed 5 months ago
This PR changes the optimisation level from -O3 to -O2. This leads to smaller code size which has actually a beneficial impact on performance.
-O3
-O2
For reference -Os could not be tested as for some reason it breaks erbb run performance.
-Os
erbb run performance
This PR changes the optimisation level from
-O3
to-O2
. This leads to smaller code size which has actually a beneficial impact on performance.For reference
-Os
could not be tested as for some reason it breakserbb run performance
.