Tells the compiler to generate an optimization report to stderr.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -opt-report[n] |
Windows: | /Qopt-report[n] |
n | Is the level of detail in the report. Possible values are: | |
0 | Tells the compiler to generate no optimization report. | |
1 | Tells the compiler to generate a report with the minimum level of detail. | |
2 | Tells the compiler to generate a report with the medium level of detail. | |
3 | Tells the compiler to generate a report with the maximum level of detail. |
-opt-report2 or /Qopt-report2 | 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.
Linux: -opt-report-level (this is a deprecated
option)
Mac OS: None
Windows: /Qopt-report-level (this is a deprecated
option)
opt-report-file, Qopt-report-file compiler options