From: Sean Whitton Date: Tue, 29 Aug 2023 08:08:55 +0000 (+0100) Subject: Change native-comp-async-jobs-number default to 1 X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a725a5238a8ed6940b83931583df3c23ef5fe12b;p=emacs.git Change native-comp-async-jobs-number default to 1 --- diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index e11ca19b0f6..4566ceaa59e 100644 --- a/lisp/emacs-lisp/comp-run.el +++ b/lisp/emacs-lisp/comp-run.el @@ -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."