Hi,
(nRF52840)
I have project made in SEGGER Embedded Studio with OPUS Encoder (optimized by Nordic). It's CELT, bitrate 40000 and complexity 5. This is configuration of the optimization and debug:

On project made in SEGGER, this configuration works fine.
Although, when I use the same OPUS Encoder in Makefile and compiled by GCC (args: -O3 -g2 -flto), the complexity 5 is too much and needs to be switched to 4.
I can't get it, because SEGGER uses the GCC too, and the level of debug and optimization is same, so it doesn't giving any sense to me.
What can be issue for this? Please, note that project which uses Makefile is a bit different, so maybe this project is missing some clock configuration or something?
(NOTE: Even both projects are different, both of them just doing only thing, encode, nothing else is being made, so the tests are the same)
Thank you,
with Regards,
Marek Kraus
