Compiler options

Hi ,
I can add/modify the different compiler options in VCToolChain.cs. But in the Visual Studio build log/Output window, I am not able to see the complete compiler options. I am expecting the build output to be something like this :-

cl.exe <compiler_options> <list of cpp files>

I had removed the “/nologo” and set the verbosity level to “detailed” in VCToolChain.cs and other build batch files, But still I am not able to get the compiler command line as mentioned above.

Is there any way that we can get this kind of compiler command line details, so that it would be very helpful for us to debug the linker issues.

Regards,
shv