emacs-elpa-diffs
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]