mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
prebuild for .net6, disable stupid ms imitation of java hotspots
This commit is contained in:
@@ -710,6 +710,7 @@ namespace Prebuild.Core.Targets
|
|||||||
ps.WriteLine(" <DebugSymbols>{0}</DebugSymbols>", conf.Options["DebugInformation"]);
|
ps.WriteLine(" <DebugSymbols>{0}</DebugSymbols>", conf.Options["DebugInformation"]);
|
||||||
ps.WriteLine(" <FileAlignment>{0}</FileAlignment>", conf.Options["FileAlignment"]);
|
ps.WriteLine(" <FileAlignment>{0}</FileAlignment>", conf.Options["FileAlignment"]);
|
||||||
ps.WriteLine(" <Optimize>{0}</Optimize>", conf.Options["OptimizeCode"]);
|
ps.WriteLine(" <Optimize>{0}</Optimize>", conf.Options["OptimizeCode"]);
|
||||||
|
ps.WriteLine(" <TieredCompilation>false</TieredCompilation>");
|
||||||
if (project.Type != ProjectType.Web)
|
if (project.Type != ProjectType.Web)
|
||||||
ps.WriteLine(" <OutputPath>{0}</OutputPath>",
|
ps.WriteLine(" <OutputPath>{0}</OutputPath>",
|
||||||
Helper.EndPath(Helper.NormalizePath(conf.Options["OutputPath"].ToString())));
|
Helper.EndPath(Helper.NormalizePath(conf.Options["OutputPath"].ToString())));
|
||||||
|
|||||||
Reference in New Issue
Block a user