Bug 987666 - Remove root-analysis build option from root configure.in; r=sfink

--HG--
extra : rebase_source : b6fb9f8f13feddbb94b57cb65403519703cc37e0
This commit is contained in:
Terrence Cole 2014-09-25 16:56:44 -07:00
parent 1cc2ff10cb
commit 1c6b675dce

View File

@ -7271,17 +7271,6 @@ if test -n "$JS_GC_ZEAL" -o -n "$MOZ_DEBUG"; then
AC_DEFINE(JS_GC_ZEAL)
fi
dnl ========================================================
dnl = Perform moving GC stack rooting analysis
dnl ========================================================
MOZ_ARG_ENABLE_BOOL(root-analysis,
[ --enable-root-analysis Enable moving GC stack root analysis],
JSGC_ROOT_ANALYSIS=1,
JSGC_ROOT_ANALYSIS= )
if test -n "$JSGC_ROOT_ANALYSIS"; then
AC_DEFINE(JSGC_ROOT_ANALYSIS)
fi
MOZ_CHECK_CCACHE
dnl ========================================================