Language:
Русский
English
$Y: Symbol Reference Information Switch
Enables or disables generation of symbol reference information.
Syntax: {$Y+} or {$Y-}
Default: {$Y+}
Type: Global
Menu Command: Options|Compiler|Symbol Information
Symbol reference information consists of tables that provide the line numbers of all declarations of and references to symbols in a module.
The $Y+ State
The $Y+ state enables generation of symbol reference information.
The symbol reference information for units is recorded in the .TPU, .TPP or .TPW file along with the unit's object code. Symbol reference information increases the size of the .TPU, .TPP or .TPW files, but does not affect the size or speed of the executable program.
The $Y switch has no effect unless both the $D and $L switches are enabled.
The $Y- State
In the $Y- state, disables generation of symbol reference information.