mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-13 16:36:21 +03:00
Fix --enable-debug regression.
Fix --enable-debug to actually enable debug mode. This regression was
introduced by cbf3a6d703 (Move centralized
chunk management into arenas.).
This commit is contained in:
parent
2195ba4e1f
commit
02e5dcf39d
1 changed files with 3 additions and 0 deletions
|
|
@ -634,6 +634,9 @@ fi
|
|||
],
|
||||
[enable_debug="0"]
|
||||
)
|
||||
if test "x$enable_debug" = "x1" ; then
|
||||
AC_DEFINE([JEMALLOC_DEBUG], [ ])
|
||||
fi
|
||||
AC_SUBST([enable_debug])
|
||||
|
||||
dnl Only optimize if not debugging.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue