__FB_OPTIMIZE__

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
   * Since fbc 1.09.0

Differences from QB
   * Did not exist in QB

See also
   * Compiler Option: -O

