[mpir] Embed debug info into static lib (#4905)

This commit is contained in:
rfric 2018-12-11 18:38:44 +01:00 committed by Robert Schumacher
parent cd7eb41290
commit 5295c8fdeb
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Source: mpir
Version: 3.0.0-6
Version: 3.0.0-7
Description: Multiple Precision Integers and Rationals.

View File

@ -2,12 +2,13 @@ diff --git a/build.vc/mpir_debug_lib.props b/build.vc/mpir_debug_lib.props
index b2fd57b..3937570 100644
--- a/build.vc/mpir_debug_lib.props
+++ b/build.vc/mpir_debug_lib.props
@@ -9,7 +9,7 @@
@@ -9,7 +9,8 @@
<ItemDefinitionGroup>
<ClCompile>
<ObjectFileName>$(IntDir)dum\my\%(RelativeDir)</ObjectFileName>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <RuntimeLibrary>$(RuntimeLibrary)</RuntimeLibrary>
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
<ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
</ClCompile>
<Link>