mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-28 08:02:40 -07:00
; * etc/NEWS: Native compilation is more picky about missing dependencies.
This commit is contained in:
parent
0d6b2b0b9d
commit
7343b0d0e4
1 changed files with 6 additions and 0 deletions
6
etc/NEWS
6
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
|
installed *.el files are not compressed; otherwise, you will not be
|
||||||
able to use JIT native compilation of the installed *.el files.
|
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.
|
** The Cairo graphics library is now used by default if present.
|
||||||
'--with-cairo' is now the default, if the appropriate development files
|
'--with-cairo' is now the default, if the appropriate development files
|
||||||
are found by 'configure'. Note that building with Cairo means using
|
are found by 'configure'. Note that building with Cairo means using
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue