Skip to content

Commit 7627308

Browse files
committed
Disable warning from openssl builds having no debug symbols.
1 parent 1796818 commit 7627308

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builds/msvc/vs2013/bitcoin-server/bitcoin-server.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<EnablePREfast>false</EnablePREfast>
1717
<PreprocessorDefinitions>_WIN32_WINNT=0x0600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1818
</ClCompile>
19+
<Link Condition="$(Configuration.IndexOf('Debug')) != -1">
20+
<AdditionalOptions>/OPT:NOLBR /IGNORE:4099 %(AdditionalOptions)</AdditionalOptions>
21+
</Link>
1922
</ItemDefinitionGroup>
2023

2124
<!-- Dependencies -->

0 commit comments

Comments
 (0)