rtti - ratzlaff/premake-core GitHub Wiki

Enable or disable run-time type information.

rtti ("value")

Parameters

value is one of:

Default Use the toolset's default setting for run-time type information.
On Turn on RTTI.
Off Turn off RTTI.

More values may be added by add-on modules.

Applies To

Project configurations.

Availability

Premake 5.0 or later.

See Also