Skip to content

Commit

Permalink
build: Fix MSVC linker /SubSystem option for bitcoin-qt.exe
Browse files Browse the repository at this point in the history
It is still possible to use -printtoconsole option for debug builds.
  • Loading branch information
hebasto committed Jun 12, 2021
1 parent 6f3fbc0 commit 9edd713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_msvc/bitcoin-qt/bitcoin-qt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<AdditionalIncludeDirectories>$(QtIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<AdditionalDependencies>$(QtReleaseLibraries);%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalOptions>/ignore:4206 /LTCG:OFF</AdditionalOptions>
</Link>
Expand Down

0 comments on commit 9edd713

Please sign in to comment.