Contents | Prev | Next

3.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

Contents | Prev | Next