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.