Intel® Fortran Compiler 16.0 User and Reference Guide

map

Tells the linker to generate a link map file.

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.

IDE Equivalent

Visual Studio: Linker > Debug > Generate Map File

Eclipse: None

Xcode: None

Alternate Options

None