Override the C/C++ Compiler: -c
Use
Once it has executed the command, the precompiler calls the C/C++ Compiler and generates the object file
<file_name>.o.You can stop the C/C++ compiler being called by specifying the option
–c when calling the C/C++ precompiler. When you use this option, the precompiler generates the file <file_name_>.c.cpc -c testfile