[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org c76d498f44 3/6: mk/default.mk: Use make single by d
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org c76d498f44 3/6: mk/default.mk: Use make single by default |
Date: |
Fri, 9 Feb 2024 12:58:28 -0500 (EST) |
branch: externals/org
commit c76d498f441bc32e00e149cf1eccb9a736126966
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
mk/default.mk: Use make single by default
This is compatible with parallel execution and can also help to catch
native compilation errors (native compilation compiles .elc files
separately), like the one discussed in bug#68851.
---
mk/default.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mk/default.mk b/mk/default.mk
index d1d875d749..b75aac345b 100644
--- a/mk/default.mk
+++ b/mk/default.mk
@@ -203,7 +203,7 @@ SUDO = sudo
INSTALL_INFO = install-info
# target method for 'compile'
-ORGCM = dirall
+ORGCM = single
# ORGCM = dirall # 1x slowdown compared to default compilation method
# ORGCM = single # 4x one Emacs process per compilation
# ORGCM = native # 4x one Emacs process per native compilation
- [elpa] externals/org updated (8e2ed45bb1 -> aa3724dbde), ELPA Syncer, 2024/02/09
- [elpa] externals/org ecb5b605d7 1/6: lisp/org-element-ast.el: Fix compile-time inline expansion, ELPA Syncer, 2024/02/09
- [elpa] externals/org c76d498f44 3/6: mk/default.mk: Use make single by default,
ELPA Syncer <=
- [elpa] externals/org 71fbe92c2e 2/6: mk: Allow parallel execution, ELPA Syncer, 2024/02/09
- [elpa] externals/org 0d77cf8421 5/6: org-latex-headline: Prevent footnotes in TOC/footers, ELPA Syncer, 2024/02/09
- [elpa] externals/org 27d6f8305c 4/6: lisp/ob-comint.el: Introduce a fallback prompt regexp, ELPA Syncer, 2024/02/09
- [elpa] externals/org aa3724dbde 6/6: org-capture: Obsolete `org-capture-bookmark' in favor of `org-bookmark-names-plist', ELPA Syncer, 2024/02/09