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 1796818 commit 7627308Copy full SHA for 7627308
builds/msvc/vs2013/bitcoin-server/bitcoin-server.props
@@ -16,6 +16,9 @@
16
<EnablePREfast>false</EnablePREfast>
17
<PreprocessorDefinitions>_WIN32_WINNT=0x0600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
18
</ClCompile>
19
+ <Link Condition="$(Configuration.IndexOf('Debug')) != -1">
20
+ <AdditionalOptions>/OPT:NOLBR /IGNORE:4099 %(AdditionalOptions)</AdditionalOptions>
21
+ </Link>
22
</ItemDefinitionGroup>
23
24
<!-- Dependencies -->
0 commit comments