aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/jsruntime.pri
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2016-01-15 15:33:00 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2016-01-15 15:20:31 +0000
commitf2dc1ef7390c4dd05a54958da1942399e26e3fde (patch)
treebc13791e6ef2245785019cc62d92af89b90e055f /src/qml/jsruntime/jsruntime.pri
parent8d0d5053addd1ba1bef131335160bd91449644e1 (diff)
V4 JIT: Switch all platforms to W^X for the ExecutableAllocator.
This also fixes makeWritable, which needs to work in order to add more c0d3 to used pages. Also finish the WinRT parts. Change-Id: Idaa4187b1ec256e65c881285a608f3a51fdbeebd Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/jsruntime/jsruntime.pri')
-rw-r--r--src/qml/jsruntime/jsruntime.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index 57ad85485a..c61e848bd7 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -110,5 +110,3 @@ SOURCES += \
valgrind {
DEFINES += V4_USE_VALGRIND
}
-
-ios|tvos: DEFINES += ENABLE_ASSEMBLER_WX_EXCLUSIVE=1