Skip to main content

thumbmode

Specifies whether the code generation uses ARM or Thumb instruction sets.

thumbmode ("value")

Parameters

value is one of:

ValueDescription
thumbUses Thumb instruction set.
armUses ARM instruction set.
disabledDisables Thumb instruction set.

Applies To

Project configurations.

Availability

Premake 5.0.0-alpha14 or later.

Examples

thumbmode "Disabled"