Disable debug information in release for generated swig cxx files

* This should avoid C1128 errors.
This commit is contained in:
baldurk
2017-12-25 20:56:35 +00:00
parent c8b2a5d488
commit 16804e67b4
3 changed files with 5 additions and 0 deletions
@@ -137,6 +137,7 @@
</CustomBuild>
<ClCompile Include="$(IntDir)generated\renderdoc_module_python.cxx">
<DisableSpecificWarnings>4127;4189;4456;4459;4701;4244;4706;4101;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<DebugInformationFormat Condition="'$(Configuration)'=='Release'">None</DebugInformationFormat>
</ClCompile>
</ItemGroup>
<ItemGroup>
@@ -123,6 +123,7 @@
</CustomBuild>
<ClCompile Include="$(IntDir)generated\qrenderdoc_module_python.cxx">
<DisableSpecificWarnings>4127;4189;4456;4459;4701;4244;4706;4101;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<DebugInformationFormat Condition="'$(Configuration)'=='Release'">None</DebugInformationFormat>
</ClCompile>
<CustomBuild Include="renderdoc.i">
<FileType>Document</FileType>
@@ -134,6 +135,7 @@
</CustomBuild>
<ClCompile Include="$(IntDir)generated\renderdoc_module_python.cxx">
<DisableSpecificWarnings>4127;4189;4456;4459;4701;4244;4706;4101;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<DebugInformationFormat Condition="'$(Configuration)'=='Release'">None</DebugInformationFormat>
</ClCompile>
</ItemGroup>
<ItemGroup>