Tells the compiler to display processing information to the console output window.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | None |
Windows: | /watch[:keyword] /nowatch |
keyword | Determines what processing information is displayed. Possible values are: | |
none | Prevents the display of processing information to the console output window. | |
all | Causes the display of pass information and source file names to the console output window. |
/nowatch | Processing information is not displayed to the console output window. |
Tells the compiler to display processing information (pass information and source file names) to the console output window.
Specifying /watch:all is the same as specifying /watch. Specifying /watch:none is the same as specifying /nowatch.
On Linux systems, if you want to display processing information for driver tool commands, specify option -v.
None
v compiler option