guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66720] [PATCH] gnu: icecat: honor parallel-job-count.


From: Clément Lassieur
Subject: [bug#66720] [PATCH] gnu: icecat: honor parallel-job-count.
Date: Wed, 25 Oct 2023 21:12:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Eric Bavier <bavier@posteo.net> writes:

> -                     ;; mach will use parallel build if possible by default
> -                     `(,@(if parallel-build?
> -                             '()
> -                             '("-j1"))
> +                     ;; mach will use a wide parallel build if possible by
> +                     ;; default, so reign it in if requested.


Hello,

It seems like Icecat makes a choice based on available memory.  Why do
you want to override this with something that would potentially not work
if memory is lacking?

Clément





reply via email to

[Prev in Thread] Current Thread [Next in Thread]