Contents | Prev | Next
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