LINK Help (linker.hlp) (Table of Contents; Topic list)
/NOPACKF Option
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Syntax:  /NOPACKF[UNCTIONS]
 
     The /NOPACKF option prevents the removal of unreferenced packaged
     functions. By default, if a packaged function is defined but not
     called, LINK removes the function definition from the executable
     file. Use /NOPACKF to preserve the definition.
     See: Packaged Functions
          /PACKF Option
                                    -♦-