**2CO_Check for possible overflow of integer operations
**2Cp<x>_Select instruction set; see fpc -i or fpc -ic for possible values
**2CP<x>=<y>_ packing settings
**3CPPACKSET=<y>_ <y> set allocation: 0, 1 or DEFAULT or NORMAL, 2, 4 and 8
**3CPPACKENUM=<y>_ <y> enum packing: 0, 1, 2 and 4 or DEFAULT or NORMAL
**3CPPACKRECORD=<y>_ <y> record packing: 0 or DEFAULT or NORMAL, 1, 2, 4, 8, 16 and 32
**3CPPACKSET=<y>_ <y> set allocation: 0, 1 or DEFAULT or NORMAL, 2, 4 and 8
**2Cr_Range checking
**2CR_Verify object method call validity
**2Cs<n>_Set stack checking size to <n>
...
...
@@ -3987,8 +3987,8 @@ A*2CV<x>_Set section threadvar model to <x>
**2CX_Create also smartlinked library
**1d<x>_Defines the symbol <x>
**1D_Generate a DEF file
**2DD<x>_Set the date string returned by %DATE% to x, it is not checked for being a valid date string
**2Dd<x>_Set description to <x>
**2DD<x>_Set the date string returned by %DATE% to x, it is not checked for being a valid date string
**2DT<x>_Set the time string returned by %TIME% to x, it is not checked for being a valid time string
**2Dv<x>_Set DLL version to <x>
*O2Dw_PM application
...
...
@@ -4016,19 +4016,19 @@ A*2CV<x>_Set section threadvar model to <x>
**2FR<x>_Set resource (.res) linker to <x>
**2Fu<x>_Add <x> to unit path
**2FU<x>_Set unit output path to <x>, overrides -FE
**2FW<x>_Store generated whole-program optimization feedback in <x>
**2Fw<x>_Load previously stored whole-program optimization feedback from <x>
**2FW<x>_Store generated whole-program optimization feedback in <x>
*g1g_Generate debug information (default format for target)
*g2gc_Generate checks for pointers (experimental, only available on some targets, might generate false positive)
*g2gh_Use heaptrace unit (for memory leak/corruption debugging)
*g2gl_Use line info unit (show more info with backtraces)
*g2gm_Generate Microsoft CodeView debug information (experimental)
*g2go<x>_Set debug information options
*g3godwarfsets_ Enable DWARF 'set' type debug information (breaks gdb < 6.5)
*g3gostabsabsincludes_ Store absolute/full include file paths in Stabs
*g3godwarfmethodclassprefix_ Prefix method names in DWARF with class name
*g3godwarfcpp_ Simulate C++ debug information in DWARF
*g3godwarfmethodclassprefix_ Prefix method names in DWARF with class name
*g3godwarfomflinnum_ Generate line number information in OMF LINNUM records in MS LINK format in addition to the DWARF debug information (Open Watcom Debugger/Linker compatibility)
*g3godwarfsets_ Enable DWARF 'set' type debug information (breaks gdb < 6.5)
*g3gostabsabsincludes_ Store absolute/full include file paths in Stabs
*g2gp_Preserve case in stabs symbol names
*g2gs_Generate Stabs debug information
*g2gt_Trash local variables (to detect uninitialized uses; multiple 't' changes the trashing value)
...
...
@@ -4038,36 +4038,36 @@ A*2CV<x>_Set section threadvar model to <x>
*g2gw3_Generate DWARFv3 debug information
*g2gw4_Generate DWARFv4 debug information (experimental)
**1i_Information
**2iD_Return compiler date
**2iSO_Return compiler OS
**2iSP_Return compiler host processor
**2iTO_Return target OS
**2iTP_Return target processor
**2iV_Return short compiler version
**2iW_Return full compiler version
**2ia_Return list of supported ABI targets
**2ib_Return the used code generation backend type
**2ic_Return list of supported CPU instruction sets
**2iD_Return compiler date
**2if_Return list of supported FPU instruction sets
**2ii_Return list of supported inline assembler modes
**2im_Return list of supported modeswitches
**2io_Return list of supported optimizations
**2ir_Return list of recognized compiler and RTL features
**2iSO_Return compiler OS
**2iSP_Return compiler host processor
**2it_Return list of supported targets
**2iTO_Return target OS
**2iTP_Return target processor
**2iu_Return list of supported microcontroller types
**2iV_Return short compiler version
**2iw_Return list of supported whole program optimizations
**2iW_Return full compiler version
**1I<x>_Add <x> to include path
**1k<x>_Pass <x> to the linker
**1l_Write logo
**1M<x>_Set language mode to <x> / enable modeswitch <x> (see option -im)
**2Mdelphi_Delphi 7 compatibility mode
**2Mdelphiunicode_Delphi 2009 and later compatibility mode