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, 23 Jun 2024 22:22:49 +0000 (17:22 -0500)
lisp/emacs-lisp/comp.el

index bdd4fc125e27af210a57a2fbb3548d17087a9f9c..cf8f5395a64c57acaf6aeb47960df20a428e2608 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."