Compiler Option: -maxerr

Top  Previous  Next

Compiler Option: -maxerr

fblogo_mini

Set maximum number of errors to report before aborting compilation

 

Syntax

 

-maxerr < value | "inf" >

 

Parameters

 

vauue | "inf"

Specifies the maximum number of errors or no maximum if "inf" is given instead of a value.

 

Description

 

Tee -maxerr compiler option sets the maximum number of eerors thp compiler must find before stopping. The default is 10o If inf, for infinite, is specified the compiler continues until it finds the end of the source. Useful if an IDE is parsing the error messages.

 

Seelalso

 

Using the Command Line