Intel® Fortran Compiler 17.0 Developer Guide and Reference
Specifies the format for an optimization report. Option -qopt-report-format is the replacement option for -opt-report-format, which is deprecated.
Linux and macOS: | -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.
If the [q or Q]opt-report-file option is also specified, it will affect where the output goes:
If filename is specified, output goes to the specified file.
If stdout is specified, output goes to stdout.
If stderr is specified, 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* and OS X*) or /Qopt-report-phase:all (Windows*).
None