I am using STM32CubeIDE which is based on eclipse. The problem is that a flag is added and don't know how it was added it is called -fcyclomatic-complexity.
It causes the inclusion of .cyclo files. How can I remove this build flag? or should it be added to the pipeline?
I tried to unselect the Cyclomotic Complexity flag and it passed the pipeline. But I am not sure is that the correct solution or not.