Skip to content

Commit

Permalink
Enable tail call generation for test Runtime_87393 (#100593)
Browse files Browse the repository at this point in the history
To pass the test needs to be built with --tailcalls compiler flag enabled.
  • Loading branch information
rzsc authored Apr 4, 2024
1 parent b4765bd commit 223e9e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Optimize>True</Optimize>
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
<GCStressIncompatible>True</GCStressIncompatible>
<OtherFlags>--tailcalls+</OtherFlags>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).fs" />
Expand Down

0 comments on commit 223e9e7

Please sign in to comment.