Option: Inline Functions

Macro name

CYGIMP_UITRON_INLINE_FUNCS

Type

Boolean

Description

If compiling your application with a C++ compiler, µITRON functions can be inline: set this to make it so. Inlining functions often increases execution speed, though possibly at the cost of a larger executable, depending on what functions are used. Do NOT set this if compiling your application in plain C.