May it possible to get a webengine build with -no-webengine-jumbo-build ?
Jumbo seems no more been supported by google if found information are good ones
(Due I see a lot of jumbo ref into the trp)
Looking, if I understand correctly, jumbo-build is simply concatenating source files together before compiling them. Not using it would more then double build time, probably use less memory during compile but more during linking. It's linking where we have to be careful not to need more then 3.5GB's of ram to link.
The only benefit to users would be slightly more readable trp files, source file names instead of jumbo names.
Mozilla has a similar thing, unified builds, 4-8 source files concatenated together, sped up compiling and especially linking. Harder to read trp files.
It also seems that the QT Webengine did not remove the option in the interests of faster builds. Google itself has a pretty powerful build farm and is trying to introduce other build speedups.