mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:26:08 +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
|
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.
|
Description: The mDNSResponder project is a component of Bonjour, Apple's ease-of-use IP networking initiative.
|
||||||
Homepage: https://developer.apple.com/bonjour/
|
Homepage: https://developer.apple.com/bonjour/
|
||||||
Supports: !arm
|
Supports: !arm
|
@ -49,6 +49,11 @@ function(FIX_VCXPROJ VCXPROJ_PATH)
|
|||||||
"<ConfigurationType>StaticLibrary</ConfigurationType>"
|
"<ConfigurationType>StaticLibrary</ConfigurationType>"
|
||||||
ORIG "${ORIG}")
|
ORIG "${ORIG}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
string(REPLACE
|
||||||
|
"<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>"
|
||||||
|
"<DebugInformationFormat>OldStyle</DebugInformationFormat>"
|
||||||
|
ORIG "${ORIG}")
|
||||||
file(WRITE ${VCXPROJ_PATH} "${ORIG}")
|
file(WRITE ${VCXPROJ_PATH} "${ORIG}")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user