chromium: use jumbo builds to speedup compilation

On Hetzner machine with 1 core: 4h40m
On Hetzner machine with 8 cores: 1h20m
This commit is contained in:
Domen Kožar
2018-11-01 17:49:52 +00:00
parent 17ec29230e
commit 89ede978a0

View File

@@ -222,6 +222,8 @@ let
use_gold = true;
gold_path = "${stdenv.cc}/bin";
is_debug = false;
# at least 2X compilation speedup
use_jumbo_build = true;
proprietary_codecs = false;
use_sysroot = false;