Add the --disable-experimental option.

This commit is contained in:
Jason Evans
2012-03-02 17:47:37 -08:00
parent 7b398aca3b
commit 7e77eaffff
7 changed files with 63 additions and 14 deletions

View File

@@ -116,6 +116,9 @@ any of the following arguments (not a definitive list) to 'configure':
Disable support for junk/zero filling of memory. See the "opt.junk"/
"opt.zero" option documentation for usage details.
--disable-experimental
Disable support for the experimental API (*allocm()).
--enable-xmalloc
Enable support for optional immediate termination due to out-of-memory
errors, as is commonly implemented by "xmalloc" wrapper function for malloc.