The $LocalSymbols 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 $LocalSymbols off.
The overheads for keeping $LocalSymbols on are minimal.
|