Intel® C++ Compiler XE 13.1 User and Reference Guides
Tells the compiler to generate reports on the routines containing specified text.
Windows: Diagnostics > Optimization Diagnostic Routine
Linux: Compilation Diagnostics > Optimization Diagnostic Routine
OS X: None
All
Linux and OS X: | -opt-report-routine=string |
Windows: | /Qopt-report-routine:string |
string |
Is the text (string) to look for. |
OFF |
No optimization reports are generated. |
This option tells the compiler to generate reports on the routines containing specified text as part of their name.
None