◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── The Additional Debug and Release LINK Options dialog boxes let you set other options that are in effect for either a debug build or a release build. Choices in the dialog boxes are equivalent to the LINK utility options. See: ◄LINK Contents► (in LINK Help) Pack Executable File Removes repeated bytes; optimizes load-time relocation table. See: ◄LINK /EXEPACK Option► Translate Intrasegment Far Calls Optimizes far calls within a segment. See: ◄LINK /FARCALL Option► Map File Selects the form of map file to be created, if any: None No map file is created. Standard Equivalent to specifying /MAP. Full Equivalent to specifying /MAP:FULL. See: ◄LINK /MAP Option► Pack Code Segments Groups neighboring logical code segments that have the same attributes. Limit specifies maximum group size (in bytes). See: ◄LINK /PACKC Option► Pack Data Segments Groups neighboring logical data segments that have the same attributes. Limit specifies maximum group size (in bytes). See: ◄LINK /PACKD Option► Remove Unreferenced Functions Removes definitions of uncalled packaged functions. See: ◄LINK /PACKF Option► Generate Overlays Creates an overlaid DOS program. Limit of Interoverlay Calls sets the limit for function calls between overlays. See: ◄LINK /DYNAMIC Option► Additional Debug/Release Options Specifies other options for debug or release builds. See: ◄LINK Options► -♦-