diff options
| author | rfric <43748255+rfric@users.noreply.github.com> | 2018-12-11 18:38:44 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-12-11 09:38:44 -0800 |
| commit | 5295c8fdeb8fd2332bfce7a897465fdf9391d99a (patch) | |
| tree | 3e942e72e2e336018c1a3af33c7f19aef001c96f /ports | |
| parent | cd7eb41290874fa61042808d3f03961d479671f9 (diff) | |
| download | vcpkg-5295c8fdeb8fd2332bfce7a897465fdf9391d99a.tar.gz vcpkg-5295c8fdeb8fd2332bfce7a897465fdf9391d99a.zip | |
[mpir] Embed debug info into static lib (#4905)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/mpir/CONTROL | 2 | ||||
| -rw-r--r-- | ports/mpir/enable-runtimelibrary-toggle.patch | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/mpir/CONTROL b/ports/mpir/CONTROL index 59e80a6a8..5a944e6bd 100644 --- a/ports/mpir/CONTROL +++ b/ports/mpir/CONTROL @@ -1,3 +1,3 @@ Source: mpir -Version: 3.0.0-6 +Version: 3.0.0-7 Description: Multiple Precision Integers and Rationals. diff --git a/ports/mpir/enable-runtimelibrary-toggle.patch b/ports/mpir/enable-runtimelibrary-toggle.patch index d0260e869..391d4e103 100644 --- a/ports/mpir/enable-runtimelibrary-toggle.patch +++ b/ports/mpir/enable-runtimelibrary-toggle.patch @@ -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> |
