mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 06:56:40 +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>
|
||||
|
||||
Reference in New Issue
Block a user