From eb8f6383fd518f6978ee4a5b6ede4b0e172c7e66 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 29 Aug 2023 09:08:55 +0100 Subject: [PATCH] Change native-comp-async-jobs-number default to 1 Gbp-Pq: Name 0015-Change-native-comp-async-jobs-number-default-to-1.patch --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 55095986024..b7b04c76878 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -117,7 +117,7 @@ those primitives unnecessary in case of function redefinition/advice." :type '(repeat symbol) :version "28.1") -(defcustom native-comp-async-jobs-number 0 +(defcustom native-comp-async-jobs-number 1 "Default number of subprocesses used for async native compilation. Value of zero means to use half the number of the CPU's execution units, or one if there's just one execution unit." -- 2.30.2