mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Remove quarantine support.
This commit is contained in:
@@ -946,7 +946,7 @@ fi
|
||||
dnl Support the junk/zero filling option by default.
|
||||
AC_ARG_ENABLE([fill],
|
||||
[AS_HELP_STRING([--disable-fill],
|
||||
[Disable support for junk/zero filling, quarantine, and redzones])],
|
||||
[Disable support for junk/zero filling and redzones])],
|
||||
[if test "x$enable_fill" = "xno" ; then
|
||||
enable_fill="0"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user