◄Up► ◄Contents► ◄Index► ◄Back► ─────LINK─────────────────────────────────────────────────────────────────── Syntax: /E[XEPACK] The /EXEPACK option directs LINK to remove series of repeated bytes (usually null characters) and to optimize the load-time relocation table before creating the executable file. Cautions ■ /EXEPACK can reduce file size but might increase load time. In unusual cases, this option can increase file size; LINK generates a warning when this occurs. ■ You cannot use CodeView on packed MS-DOS programs because the unpacker appended to the program is incompatible with CodeView. There is no conflict with a Windows program. See: ◄/CO Option► -♦-