branch: externals/hyperbole
commit 72bee1bf0cf549828261047c921ef8af27393110
Author: Mats Lidell <[email protected]>
Commit: GitHub <[email protected]>
Use batch-byte+native-compile for eln target (#853)
---
ChangeLog | 4 ++++
Makefile | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index fa0c0e192c..ac1e1bac0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2026-02-03 Mats Lidell <[email protected]>
+
+* Makefile (%.elc): Use batch-byte+native-compile.
+
2026-02-02 Bob Weiner <[email protected]>
* test/hywiki-tests.el (hywiki-tests--edit-string-pairs): Enable two more tests
diff --git a/Makefile b/Makefile
index 50e3a44987..3fda256e74 100644
--- a/Makefile
+++ b/Makefile
@@ -350,7 +350,7 @@ ifeq ($(HYPB_NATIVE_COMP),yes)
$(HYPB_ELC_ELN)$(EMACS) --batch --quick \
--eval "(progn (add-to-list 'load-path \"$(curr_dir)\") (add-to-list
'load-path \"$(curr_dir)/kotl\"))" \
-l bytecomp ${HYPB_BIN_WARN} \
- -f batch-native-compile $<
+ -f batch-byte+native-compile $<
else
%.elc: %.el
$(HYPB_ELC)$(EMACS) --batch --quick \