Previous: 3.2.10. $L: Link Object File Directive To the Table of Contents Next: 3.2.12. $MAP: Map File Generation Switch
3.2.10. $L: Link Object File Directive Table of Contents 3.2.12. $MAP: Map File Generation Switch

- 3.2.11. -
Table of Contents
3. Compiler Directives
3.2. Switch and Parameter Directives
3.2.11. $L: Local Symbol Information Switch


3.2.11. $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: 3.2.10. $L: Link Object File Directive To the Table of Contents Next: 3.2.12. $MAP: Map File Generation Switch
3.2.10. $L: Link Object File Directive Table of Contents 3.2.12. $MAP: Map File Generation Switch

- 3.2.11. -