[SOLVED] Command line options to make nvcc report phases of compilation

The compilation strategy followed by nvcc intrigues me([url]NVCC :: CUDA Toolkit Documentation) and would like to gain more clarity on this process.

I remember the documentation claiming that it is possible to make nvcc report the phases that are executed. What options can reveal these details, including the files involved and command line equivalent to execute that phase ?

read about the verbose output in that manual you have linked

[url]NVCC :: CUDA Toolkit Documentation

Thanks for pointing it out !