Merge pull request #1673 from Diapolo/Qt_Win_ASLR_DEP_linker_flag
Bitcoin-Qt (Windows only): add ASLR and DEP linker flags
This commit is contained in:
commit
221497c61b
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ contains(RELEASE, 1) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# for extra security on Windows: enable ASLR and DEP via GCC linker flags
|
||||||
|
win32:QMAKE_LFLAGS *= -Wl,--dynamicbase -Wl,--nxcompat
|
||||||
|
|
||||||
# use: qmake "USE_QRCODE=1"
|
# use: qmake "USE_QRCODE=1"
|
||||||
# libqrencode (http://fukuchi.org/works/qrencode/index.en.html) must be installed for support
|
# libqrencode (http://fukuchi.org/works/qrencode/index.en.html) must be installed for support
|
||||||
contains(USE_QRCODE, 1) {
|
contains(USE_QRCODE, 1) {
|
||||||
|
|
Loading…
Reference in a new issue