Intel® Fortran Compiler Classic and Intel® Fortran Compiler 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-BD5F62D6-592E-4999-B7C0-646FE19E30AE
Visible to Intel only — GUID: GUID-BD5F62D6-592E-4999-B7C0-646FE19E30AE
map
Tells the linker to generate a link map file.
Linux: |
None |
macOS: |
None |
Windows: |
/map[:filename] /nomap |
filename |
Is the name for the link map file. It can be a file name or a directory name. |
/nomap |
No link map is generated. |
This option tells the linker to generate a link map file.
Visual Studio: Linker > Debugging > Generate Map File (/MAP)
None