Remove redundant enable-debug definition in configure.

This commit is contained in:
Qi Wang 2021-03-11 22:26:12 -08:00 committed by Qi Wang
parent 22be724af4
commit 11127240ca

View File

@ -1203,9 +1203,6 @@ fi
if test "x$enable_debug" = "x1" ; then
AC_DEFINE([JEMALLOC_DEBUG], [ ])
fi
if test "x$enable_debug" = "x1" ; then
AC_DEFINE([JEMALLOC_DEBUG], [ ])
fi
AC_SUBST([enable_debug])
dnl Only optimize if not debugging.