Skip to content

Commit

Permalink
Disable pdb on Patcher release dll
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAmulet committed May 20, 2021
1 parent 66bc0a7 commit 65f72f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patcher/Patcher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>false</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
</Link>
</ItemDefinitionGroup>
Expand Down

0 comments on commit 65f72f1

Please sign in to comment.