Jemalloc --disable-thp option has been removed

This commit is contained in:
gnzlbg 2018-10-19 16:54:47 +02:00
parent 3df921a811
commit 915d2d14d7
1 changed files with 0 additions and 5 deletions

View File

@ -161,11 +161,6 @@ fn main() {
.env("CPPFLAGS", cflags.clone())
.arg("--disable-cxx");
if target == "sparc64-unknown-linux-gnu" {
// See: https://github.com/jemalloc/jemalloc/issues/999
cmd.arg("--disable-thp");
}
if target.contains("ios") {
// newer iOS deviced have 16kb page sizes:
// closed: https://github.com/alexcrichton/jemallocator/issues/68