Compiler Option: -noerrline
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOptnoerrline
- Last revised: 2021-10-12
Do not show source line where error occurred
Syntax
` -noerrline
`
Description
The -noerrline compiler option causes reported errors to not show the place in source where error occurred. Useful if an IDE is parsing the error messages.
See also
Back to DocToc