mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Disable debug information in release for generated swig cxx files
* This should avoid C1128 errors.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -657,9 +657,11 @@
|
||||
<ClCompile Include="$(IntDir)generated\qrc_qtconf.cpp" />
|
||||
<ClCompile Include="$(IntDir)generated\renderdoc_python.cxx">
|
||||
<DisableSpecificWarnings>4101;4456;4459;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<DebugInformationFormat Condition="'$(Configuration)'=='Release'">None</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ClCompile Include="$(IntDir)generated\qrenderdoc_python.cxx">
|
||||
<DisableSpecificWarnings>4101;4456;4459;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<DebugInformationFormat Condition="'$(Configuration)'=='Release'">None</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Widgets\BufferFormatSpecifier.cpp" />
|
||||
<ClCompile Include="Widgets\FindReplace.cpp" />
|
||||
|
||||
Reference in New Issue
Block a user