mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 23:49:01 +08:00
14 lines
688 B
Diff
14 lines
688 B
Diff
|
diff --git a/Source/Projects/VS2019/MACDll/MACDll.vcxproj b/Source/Projects/VS2019/MACDll/MACDll.vcxproj
|
||
|
index 4dfa820..7ac4bce 100644
|
||
|
--- a/Source/Projects/VS2019/MACDll/MACDll.vcxproj
|
||
|
+++ b/Source/Projects/VS2019/MACDll/MACDll.vcxproj
|
||
|
@@ -108,7 +108,7 @@
|
||
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||
|
+ <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||
|
</ClCompile>
|
||
|
<ResourceCompile>
|
||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|