Skip to content

Commit

Permalink
Win32: add high entropy randomization support
Browse files Browse the repository at this point in the history
with --high-entropy-va,--nxcompat
  • Loading branch information
iakov authored Sep 4, 2024
1 parent e46f819 commit 89182e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.pri
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ equals(TEMPLATE, lib) {
}
}

win32: QMAKE_LFLAGS *= -Wl,--dynamicbase
win32: QMAKE_LFLAGS *= -Wl,--dynamicbase,--high-entropy-va,--nxcompat

!nosanitizers:!clang:gcc:*-g++*:gcc4{
warning("Disabled sanitizers, failed to detect compiler version or too old compiler: $$QMAKE_CXX")
Expand Down

0 comments on commit 89182e1

Please sign in to comment.