Skip to content

Commit

Permalink
Enable tailcall optimization even in debug mode (#2137)
Browse files Browse the repository at this point in the history
* Enable tailcall optimization even in debug mode

* Move location of tailcall setting
  • Loading branch information
josh-degraw authored Mar 10, 2022
1 parent 77bba82 commit c455e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fantomas/Fantomas.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsAsErrors>FS0025</WarningsAsErrors>
<IsPackable>true</IsPackable>
<Tailcalls>true</Tailcalls>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
Expand Down

0 comments on commit c455e63

Please sign in to comment.