Intel® C++ Compiler 16.0 User and Reference Guide
Specifies that the output for the optimization report goes to a file, stderr, or stdout. Option -qopt-report-file is the replacement option for -opt-report-file, which is deprecated.
Linux and OS X: | -qopt-report-file=keyword |
Windows: | /Qopt-report-file:keyword |
keyword |
Specifies the output for the report. You can specify one of the following:
|
OFF |
No optimization report is generated. |
This option specifies that the output for the optimization report goes to a file, stderr, or stdout.
If you use this option, you do not have to specify option [q or Q]opt-report.
When optimization reporting is enabled, the default is -qopt-report-phase=all (Linux* OS and OS X*) or /Qopt-report-phase:all (Windows* OS).
Visual Studio: Diagnostics > Optimization Diagnostic File
Diagnostics > Emit Optimization Diagnostics to File
Eclipse: Compilation Diagnostics > Emit Optimization Diagnostics to File
Compilation Diagnostics > Optimization Diagnostics File
Xcode: None
None