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.
Example
Print "Optimization level is: " & __FB_OPTIMIZE__
Version
Differences from QB
See also