Compiler Option: -eassert

Enable assert() and assertwarn() checking

Syntax
	-eassert

Description
	The -eassert compiler option enables KeyPgAssertAssert and KeyPgAssertwarnAssertWarn code 
	generation.

	-eassert is automatically implied by the CompilerOptg-g option.

	KeyPgDdfberr__FB_ERR__ can be used to determine in user source code if the -eassert 
	option was specified or implied on the command line.

Version
	* Since fbc 1.07.0

See also
	* KeyPgDdfberr__FB_ERR__
	* KeyPgAssertAssert
	* KeyPgAssertwarnAssertWarn
	* CompilerOptgCompiler Option: -g
	* DebuggerRunningDebugging
	* CompilerCmdLineUsing the Command Line

