From b7ed5f109ec9b2866f161120af043cc39d50737e Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 23 Mar 2022 19:23:08 +0000 Subject: [PATCH] prebuild for .net6, disable stupid ms imitation of java hotspots --- Prebuild/src/Core/Targets/VSGenericTarget.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Prebuild/src/Core/Targets/VSGenericTarget.cs b/Prebuild/src/Core/Targets/VSGenericTarget.cs index a1843138e7..aff92ee208 100755 --- a/Prebuild/src/Core/Targets/VSGenericTarget.cs +++ b/Prebuild/src/Core/Targets/VSGenericTarget.cs @@ -710,6 +710,7 @@ namespace Prebuild.Core.Targets ps.WriteLine(" {0}", conf.Options["DebugInformation"]); ps.WriteLine(" {0}", conf.Options["FileAlignment"]); ps.WriteLine(" {0}", conf.Options["OptimizeCode"]); + ps.WriteLine(" false"); if (project.Type != ProjectType.Web) ps.WriteLine(" {0}", Helper.EndPath(Helper.NormalizePath(conf.Options["OutputPath"].ToString())));