Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to display certain information to the console output window.
Linux and OS X: | -watch[=keyword[, keyword...]] -nowatch |
Windows: | /watch[:keyword[, 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 watch keyword |
Description |
---|---|
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. |
cmd |
Tells the compiler to display and execute driver tool commands. |
source |
Tells the compiler to display the name of the file being compiled. |
mic-cmd |
Tells the compiler to display the compiler options that are passed to the offload compilation. Only the options that are automatically passed are displayed. If this keyword is specified on an architecture other than Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner), results vary. It may be ignored, have no effect, or produce an error. |
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. For heterogeneous compilation, the tool commands for the host and the offload compilations will be displayed. |
watch cmd |
Linux and OS X: -v Windows: None |