diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-02-22 17:40:00 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-02-22 17:40:00 +0200 |
commit | 43c4dd6f962df22507c41ea0ad20b58b5644becd (patch) | |
tree | f9d8c2179805d0f36ed0594550067a196a5568d1 /doc/emacs | |
parent | 20c654b6f8fa24ff458e09a1eb101ba198e671f8 (diff) | |
download | emacs-43c4dd6f962df22507c41ea0ad20b58b5644becd.tar.gz emacs-43c4dd6f962df22507c41ea0ad20b58b5644becd.tar.bz2 emacs-43c4dd6f962df22507c41ea0ad20b58b5644becd.zip |
; * doc/emacs/anti.texi (Antinews): Adjust to latest changes.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/anti.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/emacs/anti.texi b/doc/emacs/anti.texi index c46110a530d..b25d8a8e3cc 100644 --- a/doc/emacs/anti.texi +++ b/doc/emacs/anti.texi @@ -69,13 +69,14 @@ idea anyway. @item In line with simplifying and eventually removing the native-compilation option, we've deleted the -@code{inhibit-automatic-native-compilation} variable and its support -code. This greatly simplifies how native compilation works and makes -your configure-time decision regarding native compilation in Emacs -clear-cut: either Emacs always compiles Lisp to native code before -using it, or it never does so; no more half measures and special -exceptions. For similar reasons, @code{native-compile-prune-cache} -and @code{startup-redirect-eln-cache} features are no longer part of +@option{--with-native-compilation=aot} configure-time option. This +greatly simplifies how native compilation works and makes your +configure-time decision regarding native compilation in Emacs +clear-cut: either Emacs compiles non-preloaded Lisp packages to native +code only before using it, or it never uses native compilation at all; +no more half measures and special exceptions. For similar reasons, +@code{native-compile-prune-cache} and +@code{startup-redirect-eln-cache} features are no longer part of Emacs. @item |