STM32CubeIDE V1.9.0 compile size significantly larger than V1.4.0
I'm working on an STM32L031 project together with a client, me being on an old V1.4 and him on V1.9. He's been able to compile my firmware for quite some time, but now I'm running close to the end of my flash (70%) he's unable to properly compile the code, running out of flash by 88 bytes.
The project settings all seem the same, only the IDE installation is different - Installing V1.9.0 on my machine has the same problem.
Looking at the memory details there seem to be a number of extra functions taking space, for example _vfiprintf_r and _vfprintf_r.
Does anyone know what's up here? And how to circumvent this? I'd love to stay on an up to date version of the IDE but I have to be able to compile my code.
Thanks!