]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Native compilation is more picky about missing dependencies.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2021 13:02:57 +0000 (15:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2021 13:02:57 +0000 (15:02 +0200)
etc/NEWS

index cc4cdfe5b6710cbb4f2c71adcd5f8dfd0974e0cc..9ed340ae6a7236dd61536b6271c34dde4f2d144d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -36,6 +36,12 @@ to configure with the '--without-compress-install' option, so that the
 installed *.el files are not compressed; otherwise, you will not be
 able to use JIT native compilation of the installed *.el files.
 
+Note that JIT native compilation is done in a fresh session of Emacs
+that is run in a subprocess, so it can legitimately report some
+warnings and errors that aren't uncovered by byte-compilation.  We
+recommend examining any such warnings before you decide they are
+false.
+
 ** The Cairo graphics library is now used by default if present.
 '--with-cairo' is now the default, if the appropriate development files
 are found by 'configure'.  Note that building with Cairo means using