Skip to content

Commit

Permalink
Update bitcoin-qt.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
OracolXor committed Jan 21, 2018
1 parent 901d0ae commit d781beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ QMAKE_CXXFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
# for extra security on Windows: enable ASLR and DEP via GCC linker flags
win32:QMAKE_LFLAGS *= -Wl,--dynamicbase -Wl,--nxcompat
# on Windows: enable GCC large address aware linker flag
win32:QMAKE_LFLAGS *= -Wl,--large-address-aware -static
win32:QMAKE_LFLAGS *= -Wl,--large-address-aware
# i686-w64-mingw32
win32:QMAKE_LFLAGS *= -static-libgcc -static-libstdc++

Expand Down

0 comments on commit d781beb

Please sign in to comment.