projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
203201f
)
Change native-comp-async-jobs-number default to 1
author
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 29 Aug 2023 08:08:55 +0000
(09:08 +0100)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 29 Aug 2023 08:08:55 +0000
(09:08 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index d2c6dbe0c058b687887af30b750de5851119754a..b64190a35aa7209446f8d47b7f15f6ce69b8a860 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-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."