Intel® C++ Compiler 16.0 User and Reference Guide
Specifies the format for an optimization report. Option -qopt-report-format is the replacement option for -opt-report-format, which is deprecated.
Linux and OS X: | -qopt-report-format=keyword |
Windows: | /Qopt-report-format:keyword |
keyword |
Specifies the format for the report. You can specify one of the following:
|
OFF |
No optimization report is generated. |
This option specifies the format for an optimization report. If you use this option, you must specify either text or vs.
If you do not specify this option and another option causes an optimization report to be generated, the default format is text.
Specifying vs can change where the output goes in the following cases:
If filename is specified for option [q or Q]opt-report-file, output goes to the specified file.
If stdout is specified for option [q or Q]opt-report-file, output goes to stdout.
If stderr is specified for option [q or Q]opt-report-file, output goes to stderr.
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).
None