Browse Source

fix(build): fix ASLR and DEP protection for windows builds

reviewable/pr4069/r1
lopachecoc 9 years ago committed by GitHub
parent
commit
ce0590d2d0
  1. 2
      qtox.pro

2
qtox.pro

@ -121,7 +121,7 @@ contains(DEFINES, QTOX_PLATFORM_EXT) { @@ -121,7 +121,7 @@ contains(DEFINES, QTOX_PLATFORM_EXT) {
# Rules for Windows, Mac OSX, and Linux
win32 {
# windows-specific hardening (ASLR, DEP protection)
QMAKE_LFLAGS += -Wl,dynamicbase -Wl,nxcompat
QMAKE_LFLAGS += -Wl,--dynamicbase -Wl,--nxcompat
RC_FILE = windows/qtox.rc
LIBS += -L$$PWD/libs/lib \

Loading…
Cancel
Save