makefile - Counterpart of gcc's -save-temps option in make -


i'm studying compiling , linking processes.

running gcc -save-temps option, can temporary files generated during building process.

i think there must counterpart of in make also.

anybody know way?

adding below set cmakelist.txt job ,

set (cmake_cxx_flags "${cmake_cxx_flags} --save-temps") 

Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -