From c278e7912e09bb9a42634307dbd2c156cb59226e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 17 Jul 2025 03:25:56 -0700 Subject: [PATCH] Disable data dehydration on Windows by default Resolves #112927. This improves working set and startup. There's no such impact on non-Windows so keeping it on. Still enabling when optimizing for size. --- .../nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index 348c20b9fcbf33..48661e898336f2 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -247,7 +247,7 @@ The .NET Foundation licenses this file to you under the MIT license. - +