From 915d2d14d7ac76ed207fded1ae0661d33f549d5a Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Fri, 19 Oct 2018 16:54:47 +0200 Subject: [PATCH] Jemalloc --disable-thp option has been removed --- jemalloc-sys/build.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jemalloc-sys/build.rs b/jemalloc-sys/build.rs index 23e1db9..4676e5e 100644 --- a/jemalloc-sys/build.rs +++ b/jemalloc-sys/build.rs @@ -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