Visible to Intel only — GUID: GUID-A135AD0D-FB9B-4D08-87A4-F2CCE729CA88
Visible to Intel only — GUID: GUID-A135AD0D-FB9B-4D08-87A4-F2CCE729CA88
qopt-report-embed, Qopt-report-embed
Determines whether special loop information annotations will be embedded in the object file and/or the assembly file when it is generated. This feature is only available for ifort.
Syntax
Linux: |
-qopt-report-embed -qno-opt-report-embed |
Windows: |
/Qopt-report-embed /Qopt-report-embed- |
Arguments
None
Default
OFF |
When an assembly file is being generated, special loop information annotations will not be embedded in the assembly file. However, if option -g (Linux*) or /Zi (Windows*) is specified, special loop information annotations will be embedded in the assembly file unless option -qno-opt-report-embed (Linux) or /Qopt-report-embed- (Windows) is specified. |
Description
This option determines whether special loop information annotations will be embedded in the object file and/or the assembly file when it is generated. Specify the positive form of the option to include the annotations in the assembly file.
If an object file (or executable) is being generated, the annotations will be embedded in the object file (or executable).
If you use this option, you do not have to specify option [q or Q]opt-report.
Alternate Options
None