Intel® C++ Compiler XE 13.1 User and Reference Guides
Tells the compiler to print all enabled diagnostic messages and stop compilation.
All
Linux and OS X: | -diag-dump |
Windows: | /Qdiag-dump |
None
OFF |
The compiler issues certain diagnostic messages by default. |
This option tells the compiler to print all enabled diagnostic messages and stop compilation. The diagnostic messages are output to stdout.
This option prints the enabled diagnostics from all possible diagnostics that the compiler can issue, including any default diagnostics.
If -diag-enable diag-list (Linux OS and OS X) or /Qdiag-enable diag-list (Windows OS) is specified, the print out will include the diag-list diagnostics.
None