For C/C++ build what option (if it exists) should be used to view all commands which were executed duration (make command). For a large project, I would like to know how exactly a particular .c file was compiled? What option was provided to gcc/clang?
If I execute ./configure make make install sometimes compiled commands are not visible.