mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
[mpir] Embed debug info into static lib (#4905)
This commit is contained in:
parent
cd7eb41290
commit
5295c8fdeb
@ -1,3 +1,3 @@
|
||||
Source: mpir
|
||||
Version: 3.0.0-6
|
||||
Version: 3.0.0-7
|
||||
Description: Multiple Precision Integers and Rationals.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user