comparison INSTALL @ 177:6075d714658b r20-3b15

Import from CVS: tag r20-3b15
author cvs
date Mon, 13 Aug 2007 09:51:16 +0200
parents 25f70ba0133c
children 9ad43877534d
comparison
equal deleted inserted replaced
176:6866abce6aaf 177:6075d714658b
280 280
281 The `--use-system-malloc' option can be use to either enable or 281 The `--use-system-malloc' option can be use to either enable or
282 disable use of the system malloc. Generally, it's best to go with the 282 disable use of the system malloc. Generally, it's best to go with the
283 default configuration for your system. Note that on many systems 283 default configuration for your system. Note that on many systems
284 using the system malloc disables the use of the relocating allocator. 284 using the system malloc disables the use of the relocating allocator.
285
286 The `--use-debug-malloc' option can be used to link a special debugging
287 version of malloc. Debug Malloc is not included with XEmacs, is
288 intended for use only by the developers and may be obtained from
289 <URL:http://www.letters.com/dmalloc/>.
285 290
286 The `--debug' and `--error-checking' options are intended for use only 291 The `--debug' and `--error-checking' options are intended for use only
287 by the developers. `--debug' adds code to be compiled in for 292 by the developers. `--debug' adds code to be compiled in for
288 performing various tests. `--error-checking' adds additional tests to 293 performing various tests. `--error-checking' adds additional tests to
289 many of the commonly used macros. 294 many of the commonly used macros.