Remove redundant enable-debug definition in configure.
This commit is contained in:
parent
22be724af4
commit
11127240ca
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user