ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
308 stars 21 forks source link

Use O2 instead of O3 #676

Closed ohmtech-rdi closed 4 months ago

ohmtech-rdi commented 4 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.

For reference -Os could not be tested as for some reason it breaks erbb run performance.