diff options
| author | Eli Zaretskii | 2021-11-06 15:02:57 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-06 15:02:57 +0200 |
| commit | 7343b0d0e4a1e665f99ea4473c1a4e4a13081e96 (patch) | |
| tree | 240d0f6fa371ce7513962e0790f6b85273d0ccc4 | |
| parent | 0d6b2b0b9dcb958193f21bd5bd3bd389a42b3de2 (diff) | |
| download | emacs-7343b0d0e4a1e665f99ea4473c1a4e4a13081e96.tar.gz emacs-7343b0d0e4a1e665f99ea4473c1a4e4a13081e96.zip | |
; * etc/NEWS: Native compilation is more picky about missing dependencies.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -36,6 +36,12 @@ to configure with the '--without-compress-install' option, so that the | |||
| 36 | installed *.el files are not compressed; otherwise, you will not be | 36 | installed *.el files are not compressed; otherwise, you will not be |
| 37 | able to use JIT native compilation of the installed *.el files. | 37 | able to use JIT native compilation of the installed *.el files. |
| 38 | 38 | ||
| 39 | Note that JIT native compilation is done in a fresh session of Emacs | ||
| 40 | that is run in a subprocess, so it can legitimately report some | ||
| 41 | warnings and errors that aren't uncovered by byte-compilation. We | ||
| 42 | recommend examining any such warnings before you decide they are | ||
| 43 | false. | ||
| 44 | |||
| 39 | ** The Cairo graphics library is now used by default if present. | 45 | ** The Cairo graphics library is now used by default if present. |
| 40 | '--with-cairo' is now the default, if the appropriate development files | 46 | '--with-cairo' is now the default, if the appropriate development files |
| 41 | are found by 'configure'. Note that building with Cairo means using | 47 | are found by 'configure'. Note that building with Cairo means using |