summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-02 10:12:35 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-03 08:42:30 +0000
commitf46633806d095363fb6b75d6ce93f5f66482a72c (patch)
tree58e05fb2cb8cf64f6c08aa39d372e6070cb38791 /src/core
parent78d8985c6bdb7bf9d04fa5e6936aadab5174c6d2 (diff)
Re-enable v8 snapshots for cross builds
They were not working due to a typo causing v8_current_cpu to be set wrong in configure_host.pro, that has been fixed in the meantime. Change-Id: I18ca533806d65fb9bf6e6c26c0cb01d97ed124dd Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config/linux.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/config/linux.pri b/src/core/config/linux.pri
index 5f3ac8e67..9d43113d1 100644
--- a/src/core/config/linux.pri
+++ b/src/core/config/linux.pri
@@ -48,8 +48,6 @@ use?(gn) {
} else {
gn_args += custom_toolchain=\"$$QTWEBENGINE_OUT_ROOT/src/toolchain:target\"
cross_compile {
- # FIXME: Try enabling snapshot again
- gn_args += v8_use_snapshot=false
gn_args += host_toolchain=\"$$QTWEBENGINE_OUT_ROOT/src/toolchain:host\"
gn_args += v8_snapshot_toolchain=\"$$QTWEBENGINE_OUT_ROOT/src/toolchain:v8_snapshot\"
GN_HOST_CPU = $$gnArch($$QMAKE_HOST.arch)