Tells the compiler to generate an optimization report to stderr.
Windows: Diagnostics > Optimization Diagnostic Level
Linux: Compilation Diagnostics > Optimization Diagnostic Level
Mac OS X: None
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | -opt-report [n] |
Windows: | /Qopt-report[:n] |
n |
Is the level of detail in the report. On Linux OS and Mac OS X systems, a space must appear before the n. Possible values are:
|
-opt-report 2 or /Qopt-report:2 |
If you do not specify n, the compiler generates a report with medium detail. If you do not specify the option on the command line, the compiler does not generate an optimization report. |
This option tells the compiler to generate an optimization report to stderr.
None
Optimizing Applications: Optimizer Report Generation