◄Up► ◄Contents► ◄Index► ◄Back► ─────LINK─────────────────────────────────────────────────────────────────── Syntax: /PACKF[UNCTIONS] The /PACKF option removes unreferenced packaged functions. If a packaged function is defined but not called, LINK removes the definition from the executable file. /PACKF is on by default. See: ◄Packaged Functions► Use the /NOPACKF option to preserve the definitions. If /NOPACKF is set in an environment variable (such as LINK), you can use /PACKF to override /NOPACKF. See: ◄/NOPACKF Option► /PACKF is not recursive; LINK does not remove any external definitions brought in by the unused packaged function. -♦-