Previous: $L: Link Object File Directive To the Table of Content Next: $MAP: Map File Generation Switch

- 3.2.11 -
Compiler Directives
Switch and Parameter Directives

$L: Local Symbol Information Switch

Targets: MS-DOS, OS/2, Win32


Compiler directives

Enables or disables the generation of local symbol information.

Syntax:
  {$L+} or {$L-}
Default:
  {$L+}
Remarks:
Local symbol information consists of the symbols in the module's implementation part (names and types of all local variables and constants in a module), and the symbols within the module's procedures and functions.


Previous: $L: Link Object File Directive To the Table of Content Next: $MAP: Map File Generation Switch
$L: Link Object File Directive Table of Content $MAP: Map File Generation Switch

- 3.2.11 -