Intel® Fortran Compiler 17.0 Developer Guide and Reference
Tells the linker to generate a link map file.
Linux and 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)
Eclipse: None
Xcode: None
None