DBLMAXERR
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
The DBLMAXERR environment variable specifies the maximum total number of errors and warnings that the Synergy compiler will generate before abandoning the compilation with a “Too many errors” error (ERRCNT).
Value
The maximum number of errors and warnings the compiler will generate before aborting.
Discussion
The default is 8000 errors and/or warnings. This environment variable has no maximum limit, although the maximum number of errors displayed ultimately may be limited by available system memory.
If you are compiling with the -W4 option, you will probably want to set DBLMAXERR to a value higher than the default.
Setting location
The environment. On Windows, this environment variable can also be set in the [synergy] or [dbl] section of synergy.ini.
Used by
Compiler, Synergy Prototype utility
Examples
On UNIX,
DBLMAXERR=50 ;export DBLMAXERR