My code compiles and runs fine in debug mode with logging turned on.
In Release mode, it builds and runs fine with logging turned off, but if I turn logging on (i had an error which only occured in release mode I was trying to track down) I get the following build error:
Output/Release/Exe/ant_velo_cb-011.elf section `.log_backends' will not fit in region `UNPLACED_SECTIONS'
On other code bases this works fine.
How can I avoid resolve?