Syntax: -mc[+|-]
Default: Enabled
Notes: When this compiler option is enabled the compiler shows the position in the source file referred to
by error and warning messages. NOTE: Some error and warning messages do not refer to a particular
position in the source file and therefore context information is not displayed for those messages.
5.1.2.2.29 -meN Set maximum errors
This command-line compiler option specifies the maximum number of error messages that the compiler
should allow.
Syntax: -meN
Default: N = 25
Notes: Suppose you want the compiler to stop after 5 error messages then use:
-me5
5.1.2.2.30 -mm Generate Microsoft compatible
messages
This command-line compiler option enables/disables Microsoft compatible messages.
Syntax: -mm[+|-]
Default: Disabled
Notes: When this compiler option is enabled the compiler displays messages in the format used by
Microsoft 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 Microsoft compiler
messages. This option automatically suppresses the mc compiler option.
5.1.2.2.31 -mwN Set maximum warnings
This command-line compiler option specifies the maximum number of warning messages that the
compiler should allow.
Syntax: -mwN
Default: N = 100
Notes: Suppose you want the compiler to stop after 5 warning messages then use
-mw5