chore(developer): set flag_use_new_kmcomp to only use kmcmpdll...and back to kmcmplib

This commit is contained in:
Sabine 2023-02-01 08:34:17 +01:00
parent 814942c597
commit 674f49e879

View file

@ -289,7 +289,7 @@ BOOL AddCompileMessage(DWORD msg)
return FALSE;
}
bool flag_use_new_kmcomp = true; // flag to switch to kmcompx
bool flag_use_new_kmcomp = false; // flag to switch to kmcompx
extern "C" BOOL __declspec(dllexport) SetCompilerOptions(PCOMPILER_OPTIONS options) {