From cba68a1cc661c510d12560898a885a928d17bdc1 Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Mon, 28 Jan 2019 06:02:48 +0000 Subject: [PATCH] d-no-jemalloc Gbp-Pq: Name d-no-jemalloc.patch --- src/librustc_driver/Cargo.toml | 5 ----- src/rustc/Cargo.toml | 3 --- 2 files changed, 8 deletions(-) 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'] -- 2.30.2