Mercurial > hg > xemacs-beta
comparison configure @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 1a767b41a199 |
children | 56c54cf7c5b6 |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
98 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' | 98 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' |
99 energize_version='no' | 99 energize_version='no' |
100 native_sound_lib='' | 100 native_sound_lib='' |
101 # make normal error-checking be the default in alpha and beta versions, so | 101 # make normal error-checking be the default in alpha and beta versions, so |
102 # that bugs get noticed. Change this for released versions. | 102 # that bugs get noticed. Change this for released versions. |
103 error_check_default='yes' | 103 error_check_default='no' |
104 error_check_extents=$error_check_default | 104 error_check_extents=$error_check_default |
105 error_check_typecheck=$error_check_default | 105 error_check_typecheck=$error_check_default |
106 error_check_bufpos=$error_check_default | 106 error_check_bufpos=$error_check_default |
107 error_check_gc=$error_check_default | 107 error_check_gc=$error_check_default |
108 error_check_malloc=$error_check_default | 108 error_check_malloc=$error_check_default |
268 | 268 |
269 | 269 |
270 Debugging options: | 270 Debugging options: |
271 | 271 |
272 --debug Compile with support for debugging XEmacs. | 272 --debug Compile with support for debugging XEmacs. |
273 (Causes code-size increase but no loss of speed.) | 273 (Causes code-size increase and little loss of speed.) |
274 --error-checking=TYPE[,TYPE]... | 274 --error-checking=TYPE[,TYPE]... |
275 Compile with internal error-checking added. | 275 Compile with internal error-checking added. |
276 Causes noticeable loss of speed. Valid types | 276 Causes noticeable loss of speed. Valid types |
277 are extents, bufpos, malloc, gc, typecheck. | 277 are extents, bufpos, malloc, gc, typecheck. |
278 --error-checking=none Disable all internal error-checking (the default). | 278 --error-checking=none Disable all internal error-checking (the default). |