Skip to content

Commit

Permalink
Remove debug information from release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-sp committed Mar 5, 2015
1 parent 5c9aecc commit ae93abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cuckoomon.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
Expand All @@ -169,7 +169,7 @@
<EnablePREfast>false</EnablePREfast>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
Expand Down

0 comments on commit ae93abe

Please sign in to comment.