build: 6.4.0.39

This commit is contained in:
goat 2022-07-17 21:34:15 +02:00
parent 3ec6d05ec0
commit 264adf6ee7
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
2 changed files with 3 additions and 2 deletions

View file

@ -41,9 +41,10 @@ int InitializeClrAndGetEntryPoint(
int result;
SetEnvironmentVariable(L"DOTNET_MULTILEVEL_LOOKUP", L"0");
//SetEnvironmentVariable(L"COMPlus_legacyCorruptedStateExceptionsPolicy", L"1");
SetEnvironmentVariable(L"COMPlus_legacyCorruptedStateExceptionsPolicy", L"1");
SetEnvironmentVariable(L"DOTNET_legacyCorruptedStateExceptionsPolicy", L"1");
SetEnvironmentVariable(L"COMPLUS_ForceENC", L"1");
SetEnvironmentVariable(L"DOTNET_ForceENC", L"1");
// Enable Dynamic PGO
SetEnvironmentVariable(L"DOTNET_TieredPGO", L"1");