Mercurial > hg > xemacs-beta
comparison INSTALL @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | 1d775c6304d1 |
children | 0353d546dc1e |
comparison
equal
deleted
inserted
replaced
5124:623d57b7fbe8 | 5125:b5df3737028a |
---|---|
458 The `--with-debug-malloc' option can be used to link a special | 458 The `--with-debug-malloc' option can be used to link a special |
459 debugging version of malloc. Debug Malloc is not included with XEmacs | 459 debugging version of malloc. Debug Malloc is not included with XEmacs |
460 and is intended for use only by the developers. It may be obtained | 460 and is intended for use only by the developers. It may be obtained |
461 from <URL:http://www.letters.com/dmalloc/>. | 461 from <URL:http://www.letters.com/dmalloc/>. |
462 | 462 |
463 The `--enable-debug' and `--enable-error-checking' options are primarily | 463 The `--with-debug' and `--with-error-checking' options are primarily |
464 useful to the developers. `--enable-debug' incorporates code for | 464 useful to the developers. `--with-debug' incorporates code for |
465 performing various tests, but does not impose a speed penalty. | 465 performing various tests, but does not impose a speed penalty. |
466 `--enable-error-checking' adds additional tests to many of the commonly | 466 `--with-error-checking' adds additional tests to many of the commonly |
467 used macros, and imposes a speed penalty. Using either or both of these | 467 used macros, and imposes a speed penalty. Using either or both of these |
468 options can make bug reports more useful to the developers. | 468 options can make bug reports more useful to the developers. |
469 | 469 |
470 The `--verbose' option is useful only to the developers. It displays | 470 The `--verbose' option is useful only to the developers. It displays |
471 additional information, useful for debugging `configure'. | 471 additional information, useful for debugging `configure'. |