mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:59:07 +08:00
[mdnsresponder] Change compile flag /Zi to /Z7 (#15340)
This commit is contained in:
parent
21872f70f5
commit
d5b47fcc98
@ -1,5 +1,6 @@
|
||||
Source: mdnsresponder
|
||||
Version: 765.30.11-2
|
||||
Version: 765.30.11
|
||||
Port-Version: 3
|
||||
Description: The mDNSResponder project is a component of Bonjour, Apple's ease-of-use IP networking initiative.
|
||||
Homepage: https://developer.apple.com/bonjour/
|
||||
Supports: !arm
|
@ -49,6 +49,11 @@ function(FIX_VCXPROJ VCXPROJ_PATH)
|
||||
"<ConfigurationType>StaticLibrary</ConfigurationType>"
|
||||
ORIG "${ORIG}")
|
||||
endif()
|
||||
|
||||
string(REPLACE
|
||||
"<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>"
|
||||
"<DebugInformationFormat>OldStyle</DebugInformationFormat>"
|
||||
ORIG "${ORIG}")
|
||||
file(WRITE ${VCXPROJ_PATH} "${ORIG}")
|
||||
endfunction()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user