We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4361957 commit c6c1a2cCopy full SHA for c6c1a2c
recaps.vcxproj
@@ -89,6 +89,7 @@
89
<SuppressStartupBanner>true</SuppressStartupBanner>
90
<SubSystem>Windows</SubSystem>
91
<TargetMachine>MachineX86</TargetMachine>
92
+ <GenerateDebugInformation>false</GenerateDebugInformation>
93
</Link>
94
<Midl>
95
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -118,6 +119,7 @@
118
119
<AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
120
121
122
123
124
125
0 commit comments