Intel® C++ Compiler 16.0 User and Reference Guide

Fm

Tells the linker to generate a link map file. This is a deprecated option. There is no replacement option.

Syntax

Linux and OS X:

None

Windows:

/Fm[filename|dir]

Arguments

filename

Is the name for the link map file.

dir

Is the directory where the link map file should be placed. It can include file.

Default

OFF

No link map is generated.

Description

This option tells the linker to generate a link map.

IDE Equivalent

None

Alternate Options

None