I am working in an embedded project. target : ppc compiler : windriver Host environment : windows 10 build generator : cmake, MinGW makefiles
during compilation i see .c.obj getting generated. I want .o instead of .c.obj. How to do this? am I have to enable any flags for it ?