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

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

javascript - Can Piwik report referrer in real time? -