Search code examples
cmakefileeclipse-cdt

How to make .i and .s file visible in a C project explorer?


What are the instructions written inside the makefile of a C project to make both the expanded source code file .i and the assembly source code .s visible in the project explorer in eclipse IDE ?


Solution

  • that depends on the compiler. for gcc it is -save-temps