Skip to content

Commit 447f988

Browse files
committed
/MT rather than /MD; see mockingbirdnest/Principia#4190.
1 parent 9be96c9 commit 447f988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msvc/core-math.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
<ItemDefinitionGroup Condition="!$(PrincipiaOptimize)">
8484
<ClCompile>
8585
<Optimization>Disabled</Optimization>
86+
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
8687
</ClCompile>
8788
<Link></Link>
8889
</ItemDefinitionGroup>
@@ -93,6 +94,7 @@
9394
<ItemDefinitionGroup Condition="$(PrincipiaOptimize)">
9495
<ClCompile>
9596
<Optimization>MaxSpeed</Optimization>
97+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
9698
<FunctionLevelLinking>true</FunctionLevelLinking>
9799
<IntrinsicFunctions>true</IntrinsicFunctions>
98100
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

0 commit comments

Comments
 (0)