3.4.6 Max Errors
The -fmax-errors=n
option sets the maximum number
of errors each assembler application, as well as the driver, will display before execution
is terminated.
By default, up to 20 error messages will be displayed by each application
before the assembler terminates. The option -fmax-errors=10
, for example,
would ensure the applications terminate after only 10 errors.