Language:
Русский
English
▄ Link Buffer
▀▀▀▀▀▀▀▀▀▀▀▀▀▀
The Link Buffer option tells Borland Pascal to use Memory or Disk for the link buffer.
┌──────────────┐
│ ( ) Memory │
└──────────────┘
When you select the Memory radio button, compilation speeds up, but you might run out of memory for large programs.
┌──────────────┐
│ ( ) Disk │
└──────────────┘
Selecting the Disk radio button frees up memory, but slows compilation.
Disk is equivalent to the TPC.EXE command-line option /L.