/Fm Compiler Option

Syntax: Default:
/Fm[+|-] /Fm-
/Fmname  

Use /Fm to produce and name a linker map file. The map file will be name.map if no other extension is provided with name.

If you do not provide a name, the map file takes the same filename as the source file, with the extension .map.

Setting /Fm automatically passes the /MAP option to the linker. By default, the compiler does not produce a map file.