Specifies an optimizer phase to use when optimization reports are generated.
Windows: Diagnostics > Optimization Diagnostic Phase
Linux: Compilation Diagnostics > Optimization Diagnostic Phase
Mac OS X: None
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -opt-report-phase=phase |
Windows: | /Qopt-report-phase:phase |
phase |
Is the phase to generate reports for. Some of the possible values are:
|
OFF |
No optimization reports are generated. |
This option specifies an optimizer phase to use when optimization reports are generated. To use this option, you must also specify -opt-report (Linux and Mac OS X) or /Qopt-report (Windows).
This option can be used multiple times on the same command line to generate reports for multiple optimizer phases.
When one of the logical names for optimizer phases is specified for phase, all reports from that optimizer phase are generated.
To find all phase possibilities, use option -opt-report-help (Linux and Mac OS X) or /Qopt-report-help (Windows).
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.