From: Debian Rust Maintainers Date: Sun, 17 Mar 2019 23:40:05 +0000 (+0000) Subject: d-no-jemalloc X-Git-Tag: archive/raspbian/1.32.0+dfsg1-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cfe2ac497a79dc65c8bb5709992bcb9ba63426bf;p=rustc.git d-no-jemalloc Gbp-Pq: Name d-no-jemalloc.patch --- diff --git a/src/librustc_driver/Cargo.toml b/src/librustc_driver/Cargo.toml index 1e32f5ef6f..470c8b03d0 100644 --- a/src/librustc_driver/Cargo.toml +++ b/src/librustc_driver/Cargo.toml @@ -38,8 +38,3 @@ syntax = { path = "../libsyntax" } smallvec = { version = "0.6.5", features = ["union"] } syntax_ext = { path = "../libsyntax_ext" } syntax_pos = { path = "../libsyntax_pos" } - -[dependencies.jemalloc-sys] -version = '0.1.8' -optional = true -features = ['unprefixed_malloc_on_supported_platforms'] diff --git a/src/rustc/Cargo.toml b/src/rustc/Cargo.toml index 32969d09e8..8b6362bb70 100644 --- a/src/rustc/Cargo.toml +++ b/src/rustc/Cargo.toml @@ -14,6 +14,3 @@ rustc_driver = { path = "../librustc_driver" } # Make sure rustc_codegen_ssa ends up in the sysroot, because this # crate is intended to be used by codegen backends, which may not be in-tree. rustc_codegen_ssa = { path = "../librustc_codegen_ssa" } - -[features] -jemalloc = ['rustc_driver/jemalloc-sys']