Bug 1322027 - Don't disable hugepage support since it no longer causes PGO issues.

This commit is contained in:
Ryan VanderMeulen 2017-01-11 09:04:48 -05:00
parent ca27de3795
commit eef71c204d

View File

@ -91,9 +91,6 @@ if test "$MOZ_BUILD_APP" != js -o -n "$JS_STANDALONE"; then
# Force disable DSS support in jemalloc.
ac_configure_args="$ac_configure_args ac_cv_func_sbrk=false"
# Force disable hugepage support in jemalloc.
ac_configure_args="$ac_configure_args je_cv_thp=no"
# Make Linux builds munmap freed chunks instead of recycling them.
ac_configure_args="$ac_configure_args --enable-munmap"