rpcs3/buildfiles/msvc/ci_no_debug_info.targets
2025-02-28 18:37:50 +01:00

8 lines
No EOL
280 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>None</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
</Project>