5.1.2.2.24 -i* Trap I/O errors
This command-line compiler option enables/disables I/O trapping.
Syntax: -i[+|-]
Default: Enabled
Notes: When I/O trapping is enabled the compiler generates code which checks each I/O
operation and issues a run-time error if an I/O error is detected.
5.1.2.2.25 -I Control informatory messages
This command-line compiler option enables/disables information messages.
Syntax: -I[nn][+|-]
Default: All information message enabled.
Use -I or -I+ to enable all information messages.
Use -I- to disable all information messages.
Use -Inn or -Inn+ to enable the information message with message number nn.
Use -Inn- to disable the information message with message number nn.
5.1.2.2.26 -ln* Insert line-number debug info
This command-line compiler option enables/disables line number debugging information.
Syntax: -ln[+|-]
Default: Enabled
Notes: See also insert line-number debugging information.
5.1.2.2.27 -mb Generate Borland compatible
messages
This command-line compiler option enables/disables Borland compatible messages.
Syntax: -mb[+|-]
Default: Disabled
Notes: When this compiler option is enabled the compiler displays messages in the format used by
Borland compilers. This option can be used to make it easier to integrate the Irie Pascal command-line
compiler with third-party editors and IDE's which already know how to process Borland compiler
messages. This option automatically suppresses the mc compiler option.
5.1.2.2.28 -mc* Display message context
This command-line compiler option enables/disables message context information.