Specifies that the generated report should go to stdout.
Linux: | -qopt-report-stdout |
Windows: | /Qopt-report-stdout |
None
OFF |
No optimization report is generated. |
This option specifies that the output for the generated optimization report goes to stdout. It is the same as specifying -qopt-report-file=stdout (Linux) or /Qopt-report-file:stdout (Windows).
If you use this option, you do not have to specify option [q or Q]opt-report.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation. Offloading can only be enabled when using ifx.
None