Tells the compiler to generate reports on the routines containing specified text.
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac 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