Tells the compiler to display certain information to the console output window.
IA-32, IntelĀ® 64, IA-64 architectures
|
Linux and Mac OS X: |
-watch [keyword] -nowatch |
|
Windows: |
/watch[:keyword] /nowatch |
|
keyword |
Determines what information is displayed. Possible values are:
|
|
nowatch |
Pass information and source file names are 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.
|
Option |
Description |
|---|---|
|
watch none |
Tells the compiler to not display pass information and source file names to the console output window. This is the same as specifying nowatch. |
|
watch cmd |
Tells the compiler to display and execute driver tool commands. |
|
watch source |
Tells the compiler to display the name of the file being compiled. |
|
watch all |
Tells the compiler to display pass information and source file names to the console output window. This is the same as specifying watch with no keyword. |
|
watch cmd |
Linux and Mac OS X: -v Windows: None |