Skip to main content

inlining

Tells the compiler when it should inline functions.

inlining ("value")

Parameters

value is one of:

ValueDescription
DefaultAllow the compiler to use its default inlining behavior.
DisabledTurn off inlining entirely.
ExplicitOnly inline functions explicitly marked with the inline keyword.
AutoAllow the compiler to inline functions automatically.

Applies To

Project configurations.

Availability

Premake 5.0 or later.