Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#11496) qt/5.x.x: Disable QtWebEngine jumbo builds
Jumbo builds consistently crash builds when building QtWebEngine. On a fairly new machine with 32 GB of RAM, I can't have other applications open. On a the Pinebook Pro, an aarch64 machine, compilation just freezes when it reaches jumbo builds. Although jumbo builds can improve build times, they should never be defaulted on. This is explained in the CMake documentation for unity builds. To ensure builds complete, jumbo builds must be disabled. The QMake configure command-line option `-webengine-jumbo-build 0` accomplishes this.
- Loading branch information