Skip to content

Commit

Permalink
chromium: use jumbo builds to speedup compilation
Browse files Browse the repository at this point in the history
On Hetzner machine with 1 core: 4h40m
On Hetzner machine with 8 cores: 1h20m

(cherry picked from commit 89ede97)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
domenkozar committed Nov 2, 2018
1 parent 1f54d5f commit 46effdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/networking/browsers/chromium/common.nix
Expand Up @@ -214,6 +214,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;
Expand Down

0 comments on commit 46effdb

Please sign in to comment.