From 9c17b96320fdfdc75e06b7841f150ccbc1b49168 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Tue, 5 Mar 2024 15:26:09 +0100 Subject: [PATCH] Fix plain dotnet build --- src/FSharp.Core/FSharp.Core.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSharp.Core/FSharp.Core.fsproj b/src/FSharp.Core/FSharp.Core.fsproj index c2ad1d456a3..0f9fe0fb624 100644 --- a/src/FSharp.Core/FSharp.Core.fsproj +++ b/src/FSharp.Core/FSharp.Core.fsproj @@ -26,7 +26,7 @@ $(OtherFlags) --nowarn:3513 $(OtherFlags) --compiling-fslib --compiling-fslib-40 --maxerrors:100 --extraoptimizationloops:1 - $(OtherFlags) --realsig- + $(OtherFlags) --realsig- true true