LINK Help (linker.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
/NOFARCALL Option
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Syntax:  /NOF[ARCALLTRANSLATION]
 
     The /NOFARCALL option turns off far-call optimization.
 
     Far-call optimization (translation) is off by default. However, if
     an environment variable (such as LINK or CL) includes the /FARCALL
     option, you can use /NOFARCALL to override /FARCALL.
     See: LINK Environment Variable
          /FARCALL Option
                                    -♦-