Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-E5AC06AB-8019-44AE-A213-5DEDE6C7D94D
Visible to Intel only — GUID: GUID-E5AC06AB-8019-44AE-A213-5DEDE6C7D94D
fsource-asm
Produces an assembly listing with source code annotations.
Linux: |
-fsource-asm |
macOS: |
-fsource-asm |
Windows: |
None |
None
OFF |
No source code annotations appear in the assembly listing file, if one is produced. |
This option produces an assembly listing file with source code annotations. The assembly listing file shows the source code as interspersed comments.
To use this option, you must also specify option -S, which causes an assembly listing to be generated.
None