Skip to content

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.

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

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft