From f46633806d095363fb6b75d6ce93f5f66482a72c Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 2 Mar 2017 10:12:35 +0100 Subject: 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 --- src/core/config/linux.pri | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core') 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) -- cgit v1.2.3