/MAPINFO (Include Information in Mapfile)
Home | Overview | How Do I | Linker Options
Syntax
/MAPINFO:{EXPORTS|FIXUPS|LINES}
This option tells the linker to include the specified information in a map file, which is created if you specify the /MAP option.
-
EXPORTS tells the linker to include exported functions.
-
FIXUPS tells the linker to include base-relocation information in the mapfile if relocation information exists in the image. Base relocations will be present in the image if you link with /FIXED:NO.
-
LINES includes line-number information.