Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

qopt-report-stdout, Qopt-report-stdout

Specifies that the generated report should go to stdout.

Syntax

Linux:

-qopt-report-stdout

Windows:

/Qopt-report-stdout

Arguments

None

Default

OFF

No optimization report is generated.

Description

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.

NOTE:

This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.

IDE Equivalent

None

Alternate Options

None

See Also