Change native-comp-async-jobs-number default to 1
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 29 Aug 2023 08:08:55 +0000 (09:08 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 24 Mar 2024 21:30:50 +0000 (16:30 -0500)
Gbp-Pq: Name 0015-Change-native-comp-async-jobs-number-default-to-1.patch

lisp/emacs-lisp/comp.el

index 55095986024b1605b25f2bd6f4c4a5fc1d5cca8d..b7b04c768784e3db27cbc759ce8d6234ec55b4c7 100644 (file)
@@ -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."