Skip to content

Commit 1b33e20

Browse files
committed
Externals: Don't specify debug information properties in projects.
1 parent 1db2766 commit 1b33e20

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

src/Externals/libogg_static.vcxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<PrecompiledHeader>
7878
</PrecompiledHeader>
7979
<WarningLevel>Level4</WarningLevel>
80-
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
8180
<CompileAs>CompileAsC</CompileAs>
8281
<CallingConvention>Cdecl</CallingConvention>
8382
</ClCompile>
@@ -117,8 +116,6 @@
117116
<PrecompiledHeader>
118117
</PrecompiledHeader>
119118
<WarningLevel>Level4</WarningLevel>
120-
<DebugInformationFormat>
121-
</DebugInformationFormat>
122119
<CompileAs>CompileAsC</CompileAs>
123120
<DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
124121
<CallingConvention>Cdecl</CallingConvention>

src/Externals/libtheora_static.vcxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<PrecompiledHeader>
7878
</PrecompiledHeader>
7979
<WarningLevel>Level3</WarningLevel>
80-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
8180
</ClCompile>
8281
</ItemDefinitionGroup>
8382
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -113,8 +112,6 @@
113112
<PrecompiledHeader>
114113
</PrecompiledHeader>
115114
<WarningLevel>Level4</WarningLevel>
116-
<DebugInformationFormat>
117-
</DebugInformationFormat>
118115
<CompileAs>CompileAsC</CompileAs>
119116
<DisableSpecificWarnings>4244;4267;4057;4100;4245;%(DisableSpecificWarnings)</DisableSpecificWarnings>
120117
</ClCompile>

src/Externals/libvorbis_static.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
<PrecompiledHeader>
7777
</PrecompiledHeader>
7878
<WarningLevel>Level4</WarningLevel>
79-
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
8079
<CompileAs>CompileAsC</CompileAs>
8180
<CallingConvention>Cdecl</CallingConvention>
8281
</ClCompile>
@@ -116,7 +115,6 @@
116115
<PrecompiledHeader>
117116
</PrecompiledHeader>
118117
<WarningLevel>Level4</WarningLevel>
119-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
120118
<CompileAs>CompileAsC</CompileAs>
121119
<DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
122120
<CallingConvention>Cdecl</CallingConvention>

src/Externals/libvorbisfile_static.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
<PrecompiledHeader>
7777
</PrecompiledHeader>
7878
<WarningLevel>Level3</WarningLevel>
79-
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
8079
<CallingConvention>Cdecl</CallingConvention>
8180
</ClCompile>
8281
<Lib>
@@ -112,7 +111,6 @@
112111
<PrecompiledHeader>
113112
</PrecompiledHeader>
114113
<WarningLevel>Level3</WarningLevel>
115-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
116114
<CallingConvention>Cdecl</CallingConvention>
117115
</ClCompile>
118116
<Lib>

0 commit comments

Comments
 (0)