mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1322027 - Don't disable hugepage support since it no longer causes PGO issues.
This commit is contained in:
parent
ca27de3795
commit
eef71c204d
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user