mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
Remove redundant enable-debug definition in configure.
This commit is contained in:
@@ -1203,9 +1203,6 @@ fi
|
|||||||
if test "x$enable_debug" = "x1" ; then
|
if test "x$enable_debug" = "x1" ; then
|
||||||
AC_DEFINE([JEMALLOC_DEBUG], [ ])
|
AC_DEFINE([JEMALLOC_DEBUG], [ ])
|
||||||
fi
|
fi
|
||||||
if test "x$enable_debug" = "x1" ; then
|
|
||||||
AC_DEFINE([JEMALLOC_DEBUG], [ ])
|
|
||||||
fi
|
|
||||||
AC_SUBST([enable_debug])
|
AC_SUBST([enable_debug])
|
||||||
|
|
||||||
dnl Only optimize if not debugging.
|
dnl Only optimize if not debugging.
|
||||||
|
|||||||
Reference in New Issue
Block a user