Compiler Option: -eunwind
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOpteunwind
- Last revised: 2022-02-19
Enable stack unwind information.
Syntax
` -eunwind
`
Description
The -eunwind compiler option turns on the code generation and link options to enable stack unwind information.
Version
- Since fbc 1.10.0
See also
__FB_ERR__- Using the Command Line
Back to DocToc