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, 24 Feb 2025 07:40:10 +0000 (15:40 +0800)
lisp/emacs-lisp/comp-run.el

index e11ca19b0f6360bd05aa45d3164952bd353c17e0..4566ceaa59eaad5871ec93d885783eb5b25a2b53 100644 (file)
@@ -46,7 +46,7 @@ Files whose names match any regexp are excluded from native compilation."
   :type '(repeat regexp)
   :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."