Hello,I have an application on an STM32F042 microcontroller, and it uses Timer 2 configured as PWM output and is transferred over DMA.To fit the whole code into the small 32 KB flash memory, I am forced to use -flto (Linker time optimization). Howeve...