[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 47e86445de8 2/3: Insert NEWS entry for native compilation changes
From: |
Po Lu |
Subject: |
master 47e86445de8 2/3: Insert NEWS entry for native compilation changes |
Date: |
Tue, 21 Nov 2023 22:10:30 -0500 (EST) |
branch: master
commit 47e86445de82d6f45f55820926ef111bca7c71f1
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
Insert NEWS entry for native compilation changes
* etc/NEWS (Installation Changes in 30.1): Mention that native
compilation has been enabled by default.
---
etc/NEWS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/etc/NEWS b/etc/NEWS
index e14d15a7487..8794239c148 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -31,6 +31,14 @@ NDK, SDK, and a suitable Java compiler must also be
installed.
See the file 'java/INSTALL' for more details.
+---
+** Native compilation is now enabled by default.
+'configure' will enable the Emacs Lisp native compiler, so long as
+libgccjit is present and functional on the system. To disable native
+compilation, configure Emacs with the option:
+
+ $ ./configure --with-native-compilation=no
+
---
** Emacs now defaults to ossaudio library for sound on NetBSD and OpenBSD.
Previously configure used ALSA libraries if installed on the