Compiler Option: -eassert
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOpteassert
- Last revised: 2021-10-11
Enable assert() and assertwarn() checking
Syntax
` -eassert
`
Description
The -eassert compiler option enables Assert and AssertWarn code generation.
-eassert is automatically implied by the -g option.
__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
__FB_ERR__AssertAssertWarn- Compiler Option: -g
- Debugging
- Using the Command Line
Back to DocToc