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 1ae6ca2 commit e35af3dCopy full SHA for e35af3d
builds/msvc/vs2013/bitcoin-server/bitcoin-server.props
@@ -16,9 +16,10 @@
16
<EnablePREfast>false</EnablePREfast>
17
<PreprocessorDefinitions>_WIN32_WINNT=0x0600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
18
</ClCompile>
19
- <Link Condition="$(Configuration.IndexOf('Debug')) != -1">
+ <!-- Suppress warnings from missing OpenSSL PDBs. -->
20
+ <Link Condition="'$(DebugOrRelease)' == 'debug'">
21
<AdditionalOptions>/OPT:NOLBR /IGNORE:4099 %(AdditionalOptions)</AdditionalOptions>
- </Link>
22
+ </Link>
23
</ItemDefinitionGroup>
24
25
<!-- Dependencies -->
0 commit comments