diff options
| author | Dan Nicolaescu | 2009-07-16 21:04:18 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-07-16 21:04:18 +0000 |
| commit | e59e668bca7c1fedbe11081d8c6843b085a325c4 (patch) | |
| tree | a00a43c01818c0347546f1e9851dda4f51f5e6a1 | |
| parent | d56fdcd2490224ebad9805c09ecd18dfba75a62d (diff) | |
| download | emacs-e59e668bca7c1fedbe11081d8c6843b085a325c4.tar.gz emacs-e59e668bca7c1fedbe11081d8c6843b085a325c4.zip | |
Mention two new ./configure options for developers.
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -45,7 +45,14 @@ Customize make-pointer-invisible to turn it off. | |||
| 45 | ** On MS-Windows, `display-time' now displays the system load average | 45 | ** On MS-Windows, `display-time' now displays the system load average |
| 46 | as well as the time, as it does on GNU and Unix. | 46 | as well as the time, as it does on GNU and Unix. |
| 47 | 47 | ||
| 48 | ** FIXME new configure options --enable-checking, profiling | 48 | |
| 49 | ** configure options for emacs developers | ||
| 50 | *** --enable-profiling will build emacs with profiling enabled. | ||
| 51 | This might not work on all platforms. It is not a new feature, just | ||
| 52 | the configure flag is new. | ||
| 53 | |||
| 54 | *** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks. | ||
| 55 | It is not a new feature, just the configure flag is new. | ||
| 49 | 56 | ||
| 50 | 57 | ||
| 51 | * Changes in Specialized Modes and Packages in Emacs 23.2 | 58 | * Changes in Specialized Modes and Packages in Emacs 23.2 |