STM32CubeIDE not doing incremental builds
When I change a simple .c file and build the project, STM32CubeIDE always compiles all the files, including the unchanged ones. And there is no dependency between that one .c file and everything else.
Again, I didn't experience this behavior with TrueSTUDIO.
Which settings should I check to enable incremental builds with STM32CubeIDE?