The $L compiler directive determines whether Delphi saves local symbols when building debug information for the application.
By default, Delphi builds the routine, variable and line number information, but this can be dsiabled by setting $L off.
The overheads for keeping $L on are minimal.
|