mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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:
parent
17ec29230e
commit
89ede978a0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user