Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a72fe2

Browse files
dsymeKevinRansom
authored andcommitted
take tailcalls in debug mode (dotnet#6079)
1 parent4566e64 commit0a72fe2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

‎fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<OtherFlags>$(OtherFlags) /warnon:1182</OtherFlags>
1818
<OtherFlags>$(OtherFlags) --times</OtherFlags>
1919
<NoWarn>$(NoWarn);44;62;69;65;54;61;75;62;9;2003;NU5125</NoWarn>
20-
<Tailcalls>true</Tailcalls>
20+
<Tailcalls>true</Tailcalls><!-- .tail annotations always emitted for this binary, even in debug mode-->
2121
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2323
</PropertyGroup>

‎src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<OtherFlags>$(OtherFlags) --warnon:1182 --maxerrors:20 --extraoptimizationloops:1</OtherFlags>
1414
<UseFSharpProductVersion>true</UseFSharpProductVersion>
1515
<UseAssetTargetFallback>true</UseAssetTargetFallback>
16+
<Tailcalls>true</Tailcalls><!-- .tail annotations always emitted for this binary, even in debug mode-->
1617
</PropertyGroup>
1718

1819
<PropertyGroupCondition="'$(TargetFramework)' == 'net46' AND '$(OS)' == 'Windows_NT'">

‎src/fsharp/FSharp.Core/FSharp.Core.fsproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<DefineConstants>$(DefineConstants);FSHARP_CORE</DefineConstants>
1515
<DefineConstantsCondition="'$(Configuration)' == 'Proto'">BUILDING_WITH_LKG;$(DefineConstants)</DefineConstants>
1616
<OtherFlags>$(OtherFlags) --warnon:1182 --compiling-fslib --compiling-fslib-40 --maxerrors:20 --extraoptimizationloops:1</OtherFlags>
17+
<Tailcalls>true</Tailcalls><!-- .tail annotations always emitted for this binary, even in debug mode-->
1718
</PropertyGroup>
1819

1920
<ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp