Help Center›FreeBASIC
__FB_OPTIMIZE__keyword
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.
Remarks
Version
- Since fbc 1.09.0
Differences from QB
- Did not exist in QB
See also
Example
Print "Optimization level is: " & __FB_OPTIMIZE__
Reference
- Documented in KeyPgDdfboptimize.html