Mercurial > hg > xemacs-beta
comparison configure.in @ 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 |
---|---|
114 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' | 114 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' |
115 energize_version='no' | 115 energize_version='no' |
116 native_sound_lib='' | 116 native_sound_lib='' |
117 # make normal error-checking be the default in alpha and beta versions, so | 117 # make normal error-checking be the default in alpha and beta versions, so |
118 # that bugs get noticed. Change this for released versions. | 118 # that bugs get noticed. Change this for released versions. |
119 error_check_default='yes' | 119 error_check_default='no' |
120 error_check_extents=$error_check_default | 120 error_check_extents=$error_check_default |
121 error_check_typecheck=$error_check_default | 121 error_check_typecheck=$error_check_default |
122 error_check_bufpos=$error_check_default | 122 error_check_bufpos=$error_check_default |
123 error_check_gc=$error_check_default | 123 error_check_gc=$error_check_default |
124 error_check_malloc=$error_check_default | 124 error_check_malloc=$error_check_default |
284 | 284 |
285 | 285 |
286 Debugging options: | 286 Debugging options: |
287 | 287 |
288 --debug Compile with support for debugging XEmacs. | 288 --debug Compile with support for debugging XEmacs. |
289 (Causes code-size increase but no loss of speed.) | 289 (Causes code-size increase and little loss of speed.) |
290 --error-checking=TYPE[,TYPE]... | 290 --error-checking=TYPE[,TYPE]... |
291 Compile with internal error-checking added. | 291 Compile with internal error-checking added. |
292 Causes noticeable loss of speed. Valid types | 292 Causes noticeable loss of speed. Valid types |
293 are extents, bufpos, malloc, gc, typecheck. | 293 are extents, bufpos, malloc, gc, typecheck. |
294 --error-checking=none Disable all internal error-checking (the default). | 294 --error-checking=none Disable all internal error-checking (the default). |