FB_OPTIMIZE
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdfboptimize
- Last revised: 2021-10-11
Intrinsic define set by the compiler
Syntax
` FB_OPTIMIZE
`
Description
Always defined and will have a value from 0 to 3 (0 by default) to indicate the optimization level passed to the backend compiler via -O.
Examples
start GeSHi
vb
Print "Optimization level is: " & __FB_OPTIMIZE__end GeSHi
Version
- Since fbc 1.09.0
Differences from QB
- Did not exist in QB
See also
Back to DocToc