Skip to content

Commit

Permalink
Disable PDB debug generation for CCInject
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch40zz committed Aug 23, 2022
1 parent a983d1d commit b55025a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CCInject/CCInject.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,13 @@
<TreatWarningAsError>true</TreatWarningAsError>
<LanguageStandard>stdcpp17</LanguageStandard>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<DebugInformationFormat>None</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>false</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down

0 comments on commit b55025a

Please sign in to comment.