Intel® Fortran Compiler 16.0 User and Reference Guide
Tells the linker to generate a link map file.
Linux and OS X: | 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 > Debug > Generate Map File
Eclipse: None
Xcode: None
None