Change native-comp-async-jobs-number default to 1
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 29 Aug 2023 08:09:04 +0000 (09:09 +0100)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 29 Aug 2023 08:09:06 +0000 (09:09 +0100)
Closes: #1050577
1  2 
debian/.git-dpm
debian/patches/0015-Change-native-comp-async-jobs-number-default-to-1.patch
debian/patches/series

diff --cc debian/.git-dpm
index 59679086fe6474c650ea064f321ebdd0de7617a7,0000000000000000000000000000000000000000..3b6cae9eb411e11ea69409dbac8a494f2a338ae5
mode 100644,000000..100644
--- /dev/null
@@@ -1,8 -1,0 +1,8 @@@
- 203201f1f29e74ba00a27f1b16cfb2d12d32468c
- 203201f1f29e74ba00a27f1b16cfb2d12d32468c
 +# see git-dpm(1) from git-dpm package
++26155f0997470d4ac10b0295ed5c1c16e070734a
++26155f0997470d4ac10b0295ed5c1c16e070734a
 +52397a199934d2d72155696b172908226086f530
 +52397a199934d2d72155696b172908226086f530
 +emacs_29.1+1.orig.tar.xz
 +7b71a5f966ce6789e14bf3d96a62ccbe77a8d51c
 +29225688
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..0a5bdc166386ad67eda2980e1b1b95f7d89758ec
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,22 @@@
++From 26155f0997470d4ac10b0295ed5c1c16e070734a Mon Sep 17 00:00:00 2001
++From: Sean Whitton <spwhitton@spwhitton.name>
++Date: Tue, 29 Aug 2023 09:08:55 +0100
++Subject: Change native-comp-async-jobs-number default to 1
++
++---
++ lisp/emacs-lisp/comp.el | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
++index d2c6dbe0c05..b64190a35aa 100644
++--- a/lisp/emacs-lisp/comp.el
+++++ b/lisp/emacs-lisp/comp.el
++@@ -117,7 +117,7 @@ native-comp-never-optimize-functions
++   :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."
index 97a594909fbdfebd030148fddee6da048b15d251,0000000000000000000000000000000000000000..a2a44548a717c7ce3fe084eb9d1ba7d3a4d7f6cc
mode 100644,000000..100644
--- /dev/null
@@@ -1,14 -1,0 +1,15 @@@
 +0001-Prefer-usr-share-info-emacs.patch
 +0002-Run-debian-startup-and-set-debian-emacs-flavor.patch
 +0003-Remove-files-that-appear-to-be-incompatible-with-the.patch
 +0004-Adjust-documentation-references-for-Debian.patch
 +0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch
 +0006-Don-t-try-to-build-src-macuvs.h-via-IVD_Sequences.tx.patch
 +0007-Kill-gpg-agent-in-package-test.el-to-avoid-a-race.patch
 +0008-Mark-vc-bzr-test-fauilt-bzr-autoloads-as-unstable-fo.patch
 +0009-pdumper-set-DUMP_RELOC_ALIGNMENT_BITS-1-for-m68k.patch
 +0010-Mark-test-undo-region-as-unstable.patch
 +0011-Mark-flaky-test-process-tests-multiple-threads-waiti.patch
 +0012-Add-inhibit-native-compilation.patch
 +0013-Rename-to-inhibit-automatic-native-compilation.patch
 +0014-Patch-project-vc-recognizes-git-test-for-Debian-buil.patch
++0015-Change-native-comp-async-jobs-number-default-to-1.patch