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

Commitaf471a3

Browse files
dsymeKevinRansom
authored andcommitted
remove flag for all but .NET 4.0 (#3482)
1 parentcc1b137 commitaf471a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<CompilingFsLib>true</CompilingFsLib>
2222
<AllowCrossTargeting>true</AllowCrossTargeting>
2323
<FX_NO_LOADER>true</FX_NO_LOADER>
24-
<OtherFlags>$(OtherFlags) --warnon:1182 --compiling-fslib --maxerrors:20 --extraoptimizationloops:1 --compiling-fslib-40</OtherFlags>
24+
<OtherFlags>$(OtherFlags) --warnon:1182 --compiling-fslib --maxerrors:20 --extraoptimizationloops:1</OtherFlags>
25+
<OtherFlagsCondition="'$(TargetDotnetProfile)' == 'net40'">$(OtherFlags) --compiling-fslib-40</OtherFlags>
2526
</PropertyGroup>
2627

2728
<!-- Nuget packaging configuration-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp