Jemalloc --disable-thp option has been removed
This commit is contained in:
parent
3df921a811
commit
915d2d14d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue