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)
committerSean Whitton <spwhitton@spwhitton.name>
Mon, 26 Feb 2024 04:14:59 +0000 (12:14 +0800)
lisp/emacs-lisp/comp.el

index 6c9d245fc91e8d37dd8a63bf8c1b8710cb1992b2..73cf5f1e806fd61862b008911f7f06d37c7e4d69 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."