|
| 1 | +diff --git a/src/Lexilla.vcxproj b/src/Lexilla.vcxproj |
| 2 | +index 82aa9b7..6b6f340 100644 |
| 3 | +--- a/src/Lexilla.vcxproj |
| 4 | ++++ b/src/Lexilla.vcxproj |
| 5 | +@@ -95,6 +95,7 @@ |
| 6 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 7 | + <ClCompile> |
| 8 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 9 | ++ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 10 | + </ClCompile> |
| 11 | + <Link> |
| 12 | + <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> |
| 13 | +@@ -103,6 +104,7 @@ |
| 14 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 15 | + <ClCompile> |
| 16 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 17 | ++ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 18 | + </ClCompile> |
| 19 | + <Link> |
| 20 | + <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> |
| 21 | +@@ -111,6 +113,7 @@ |
| 22 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 23 | + <ClCompile> |
| 24 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 25 | ++ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 26 | + </ClCompile> |
| 27 | + <Link> |
| 28 | + <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> |
| 29 | +@@ -122,6 +125,7 @@ |
| 30 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 31 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 32 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 33 | ++ <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 34 | + </ClCompile> |
| 35 | + <Link> |
| 36 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 37 | +@@ -133,6 +137,7 @@ |
| 38 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 39 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 40 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 41 | ++ <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 42 | + </ClCompile> |
| 43 | + <Link> |
| 44 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 45 | +@@ -144,6 +149,7 @@ |
| 46 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 47 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 48 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 49 | ++ <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 50 | + </ClCompile> |
| 51 | + <Link> |
| 52 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
0 commit comments