Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): fix ASLR and DEP protection for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lopachecoc authored Jan 11, 2017
1 parent 311edce commit ce0590d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtox.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ce0590d

Please sign in to comment.