Skip to content

Commit c6c1a2c

Browse files
Don't GenerateDebugInformation
1 parent 4361957 commit c6c1a2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recaps.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<SuppressStartupBanner>true</SuppressStartupBanner>
9090
<SubSystem>Windows</SubSystem>
9191
<TargetMachine>MachineX86</TargetMachine>
92+
<GenerateDebugInformation>false</GenerateDebugInformation>
9293
</Link>
9394
<Midl>
9495
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -118,6 +119,7 @@
118119
<AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
119120
<SuppressStartupBanner>true</SuppressStartupBanner>
120121
<SubSystem>Windows</SubSystem>
122+
<GenerateDebugInformation>false</GenerateDebugInformation>
121123
</Link>
122124
<Midl>
123125
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

0 commit comments

Comments
 (0)