Intel® Fortran Compiler XE 13.1 User and Reference Guides

map

Tells the linker to generate a link map file.

IDE Equivalent

Windows: Linker > Debug > Generate Map File

Linux: None

OS X: None

Architectures

All

Syntax

Linux and OS X:

None

Windows:

/map[:filename]

/nomap

Arguments

filename

Is the name for the link map file. It can be a file name or a directory name.

Default

/nomap

No link map is generated.

Description

This option tells the linker to generate a link map file.

Alternate Options

None


Submit feedback on this help topic