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 562c93f commit a6bbca9Copy full SHA for a6bbca9
Externals/cryptlib.vcxproj
@@ -136,7 +136,11 @@
136
<ClCompile Include="cryptopp\base64.cpp" />
137
<ClCompile Include="cryptopp\basecode.cpp" />
138
<ClCompile Include="cryptopp\bfinit.cpp" />
139
- <ClCompile Include="cryptopp\blake2.cpp" />
+ <ClCompile Include="cryptopp\blake2.cpp">
140
+ <Optimization Condition="'$(Configuration)'=='Release'">Disabled</Optimization>
141
+ <InlineFunctionExpansion Condition="'$(Configuration)'=='Release'">Default</InlineFunctionExpansion>
142
+ <OmitFramePointers Condition="'$(Configuration)'=='Release'">false</OmitFramePointers>
143
+ </ClCompile>
144
<ClCompile Include="cryptopp\blowfish.cpp" />
145
<ClCompile Include="cryptopp\blumshub.cpp" />
146
<ClCompile Include="cryptopp\camellia.cpp" />
0 commit comments