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.
This commit is contained in:
Ihor Radchenko 2024-02-09 17:17:12 +01:00
parent 71fbe92c2e
commit c76d498f44
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -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