]> git.eshelyaron.com Git - emacs.git/commitdiff
Insert NEWS entry for native compilation changes
authorPo Lu <luangruo@yahoo.com>
Wed, 22 Nov 2023 03:07:13 +0000 (11:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 22 Nov 2023 03:07:13 +0000 (11:07 +0800)
* etc/NEWS (Installation Changes in 30.1): Mention that native
compilation has been enabled by default.

etc/NEWS

index e14d15a7487a71a4259b363427ee0eca7436ac26..8794239c148cd04fe9e704855488272cb8ed42f6 100644 (file)
--- 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