summaryrefslogtreecommitdiffstats
path: root/src/core/config
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-11-15 11:42:09 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-11-15 12:27:55 +0000
commit24d883d703d3599d6818b6b371ae06dd4ca6f734 (patch)
treec1b0b5a5ae959cd3add661cea7b8171d402b4c7d /src/core/config
parentb2f43ac03326bed8f8890998be510f83dc58b68c (diff)
Reinstate skipping content/browser for jumbo-builds
We are hitting OOM crashes on the CIs again. Change-Id: Ief97b83b26091136acf4988e555b331191ce8271 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/config')
-rw-r--r--src/core/config/common.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index 6b79a1f99..ddb4ca4bf 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -23,7 +23,8 @@ gn_args += \
!win32: gn_args += \
use_jumbo_build=true \
- jumbo_file_merge_limit=8
+ jumbo_file_merge_limit=8 \
+ jumbo_build_excluded="[\"browser\"]"
qtConfig(webengine-printing-and-pdf) {
gn_args += enable_basic_printing=true enable_print_preview=true