Skip to main content

tailcalls

Specifies if tailcalls should be enabled in Visual Studio F# projects.

tailcalls ("value")

Parameters

value is one of:

ValueDescription
OnEnable tail calls
OffDisable tail calls

Applies To

Project and file configurations.

Availability

Premake 5.0.0-alpha14 or later for Visual Studio F# Projects.

Examples

tailcalls "On"