Visual Studio (2005/2008/2010) C / C ++ compiler, create a response file containing flags for CL Appears to be exe. As soon as the compilation is over, the feedback file is removed.
Is there any way to force a Visual Studio to remove the response file? What is another way to view the contents of the feedback file?
You can set the compiler option "Press the Startup Banner" "No" This Compiler's Options Will print.
Another way to get the contents of the file is to suspend the cl process while using it (for example). After that you have time to view the response file.
Comments
Post a Comment